Skip to content

Commit

Permalink
[Bug Fix]: Support for Shelf over Fullscreen apps on MacOs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYK-01 authored Sep 4, 2022
1 parent 9bb1c94 commit 53053b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"devDependencies": {
"electron": "^13.1.2",
"electron-builder": "^22.11.7"
"electron-builder": "^22.11.1"
}
}
}
2 changes: 1 addition & 1 deletion src/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Instance {

this.instance.loadURL(`file://${html_path}?id=${this.id}`);

this.instance.setVisibleOnAllWorkspaces(true);
this.instance.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true });

if (this.devFlag) this.instance.webContents.openDevTools();

Expand Down

0 comments on commit 53053b2

Please sign in to comment.