-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
Calling window.isVisible() returns true for every process that is running. Claims that every window is visible.
To Reproduce
windowManager.getWindows().forEach((window) => { if (window.isVisible()) { console.log(window.path); } });
Expected behavior
Should only return true if window is visible.
Screenshots
Details:
- Operating System: Windows 10
node-window-managerversion: 2.0.1- Last known working
node-window-managerversion:
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
