Skip to content

Commit 46422df

Browse files
committed
Add: Shelf on top full screen windows
1 parent 9ac6700 commit 46422df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "droppoint",
33
"productName": "DropPoint",
4-
"version": "1.2.0",
4+
"version": "1.2.0-1",
55
"description": "Drag-and-drop assist",
66
"main": "./src/App.js",
77
"scripts": {
@@ -46,6 +46,6 @@
4646
},
4747
"devDependencies": {
4848
"electron": "^13.1.2",
49-
"electron-builder": "^22.11.7"
49+
"electron-builder": "^23.0.2"
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)