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

This commit is contained in:
Zamitto 2024-10-02 23:09:15 -03:00
commit 5da9eb6366

View File

@ -165,7 +165,6 @@ export class WindowManager {
}); });
this.notificationWindow.setIgnoreMouseEvents(true); this.notificationWindow.setIgnoreMouseEvents(true);
this.notificationWindow.webContents.openDevTools();
this.notificationWindow.setVisibleOnAllWorkspaces(true, { this.notificationWindow.setVisibleOnAllWorkspaces(true, {
visibleOnFullScreen: true, visibleOnFullScreen: true,
}); });