diff --git a/lib/browser.js b/lib/browser.js index 211a66b..7ff21b0 100644 --- a/lib/browser.js +++ b/lib/browser.js @@ -25,8 +25,6 @@ const focus = () => { }; const enterClickthrough = async () => { - // TODO - // * setVisibleOnAllWorkspaces for (const window of BrowserWindow.getAllWindows()) { window.setIgnoreMouseEvents(true, { forward: true }); window.setAlwaysOnTop(true);