1
0
Fork 0
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:
Roman Khafizianov 2025-01-24 14:38:43 +01:00
parent c2e0f00dd5
commit a778e728b1
No known key found for this signature in database
GPG key ID: F07A7D55A2684852

View file

@ -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);