We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac6700 commit 46422dfCopy full SHA for 46422df
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "droppoint",
3
"productName": "DropPoint",
4
- "version": "1.2.0",
+ "version": "1.2.0-1",
5
"description": "Drag-and-drop assist",
6
"main": "./src/App.js",
7
"scripts": {
@@ -46,6 +46,6 @@
46
},
47
"devDependencies": {
48
"electron": "^13.1.2",
49
- "electron-builder": "^22.11.7"
+ "electron-builder": "^23.0.2"
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