diff --git a/index.js b/index.js index e496964e..03946dc4 100644 --- a/index.js +++ b/index.js @@ -148,6 +148,7 @@ ipcMain.on('openMSALogoutWindow', (ipcEvent) => { frame: true, icon: getPlatformIcon('SealCircle') }) + MSALogoutWindow.removeMenu() MSALogoutWindow.loadURL('https://login.microsoftonline.com/common/oauth2/v2.0/logout') MSALogoutWindow.webContents.on('did-navigate', () => { setTimeout(() => { @@ -294,4 +295,4 @@ app.on('activate', () => { if (win === null) { createWindow() } -}) \ No newline at end of file +})