removed menu

This commit is contained in:
andrei-mihnea-cerbu
2025-02-12 18:40:57 +02:00
parent 02fc5bc4c5
commit c6da9a6972
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export class WindowManager {
}, },
}) })
//this.announcementWindow.removeMenu() this.announcementWindow.removeMenu()
const announcementPath = path.join(this.pathToPagesDir, 'announcement.html') const announcementPath = path.join(this.pathToPagesDir, 'announcement.html')
await this.announcementWindow.loadFile(announcementPath) await this.announcementWindow.loadFile(announcementPath)
+1 -1
View File
@@ -102,7 +102,7 @@ app.whenReady().then(async () => {
}, },
}) })
//mainWindow.removeMenu() mainWindow.removeMenu()
await ensureDirectoryExists(pathToClientsBackups) await ensureDirectoryExists(pathToClientsBackups)