From bf0d80b9d1d564210388c671a31cc4c22b1f36d8 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 27 Aug 2021 20:06:50 +1200 Subject: [PATCH] Update index.js --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +})