Skip to content

Commit 53053b2

Browse files
authored
[Bug Fix]: Support for Shelf over Fullscreen apps on MacOs (#32)
1 parent 9bb1c94 commit 53053b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
},
4747
"devDependencies": {
4848
"electron": "^13.1.2",
49-
"electron-builder": "^22.11.7"
49+
"electron-builder": "^22.11.1"
5050
}
51-
}
51+
}

src/Window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Instance {
5555

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

58-
this.instance.setVisibleOnAllWorkspaces(true);
58+
this.instance.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true });
5959

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

0 commit comments

Comments
 (0)