mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix popup
This commit is contained in:
parent
c2e0f00dd5
commit
a778e728b1
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class WindowManager {
|
|||
skipTaskbar: true,
|
||||
|
||||
});
|
||||
win.setVisibleOnAllWorkspaces(true);
|
||||
win.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true});
|
||||
win.loadURL('file://' + path.join(Util.appPath, 'dist', 'challenge', `index.html`));
|
||||
win.setMenu(null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue