feat: refactor watcher

This commit is contained in:
Zamitto
2024-10-02 13:30:07 -03:00
parent 6a0f47eacb
commit 05652d9c1b
10 changed files with 229 additions and 125 deletions

View File

@@ -102,6 +102,7 @@ export class WindowManager {
this.notificationWindow = new BrowserWindow({
transparent: true,
maximizable: false,
autoHideMenuBar: true,
minimizable: false,
focusable: true,
skipTaskbar: true,