removed menu
This commit is contained in:
@@ -128,7 +128,7 @@ export class WindowManager {
|
||||
},
|
||||
})
|
||||
|
||||
//this.announcementWindow.removeMenu()
|
||||
this.announcementWindow.removeMenu()
|
||||
const announcementPath = path.join(this.pathToPagesDir, 'announcement.html')
|
||||
await this.announcementWindow.loadFile(announcementPath)
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ app.whenReady().then(async () => {
|
||||
},
|
||||
})
|
||||
|
||||
//mainWindow.removeMenu()
|
||||
mainWindow.removeMenu()
|
||||
|
||||
await ensureDirectoryExists(pathToClientsBackups)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user