Merge branch 'feature/game-achievements' into chore/test-preview

# Conflicts:
#	yarn.lock
This commit is contained in:
Zamitto
2024-10-02 22:59:32 -03:00
11 changed files with 82 additions and 51 deletions

View File

@@ -151,19 +151,21 @@ export class WindowManager {
maximizable: false,
autoHideMenuBar: true,
minimizable: false,
focusable: true,
focusable: false,
skipTaskbar: true,
frame: false,
width: 240,
height: 60,
x: 25,
y: -9999,
y: 25,
webPreferences: {
preload: path.join(__dirname, "../preload/index.mjs"),
sandbox: false,
},
});
this.notificationWindow.setIgnoreMouseEvents(true);
this.notificationWindow.webContents.openDevTools();
this.notificationWindow.setVisibleOnAllWorkspaces(true, {
visibleOnFullScreen: true,
});