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-manager version: 2.0.1
- Last known working
node-window-manager version:
Additional context
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:
node-window-managerversion: 2.0.1node-window-managerversion:Additional context