Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad authored Jun 2, 2024
1 parent 2333607 commit 3cddf4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3cddf4e

Please sign in to comment.