We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1c94 commit 53053b2Copy full SHA for 53053b2
package.json
@@ -46,6 +46,6 @@
46
},
47
"devDependencies": {
48
"electron": "^13.1.2",
49
- "electron-builder": "^22.11.7"
+ "electron-builder": "^22.11.1"
50
}
51
-}
+}
src/Window.js
@@ -55,7 +55,7 @@ class Instance {
55
56
this.instance.loadURL(`file://${html_path}?id=${this.id}`);
57
58
- this.instance.setVisibleOnAllWorkspaces(true);
+ this.instance.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true });
59
60
if (this.devFlag) this.instance.webContents.openDevTools();
61
0 commit comments