feat: dev tools

This commit is contained in:
Zamitto 2024-10-02 23:08:58 -03:00
parent f0e0abae8c
commit 9c7651d8e2

View file

@ -118,7 +118,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,
}); });