diff --git a/main.js b/main.js index ddf8ab0b7..a9e12ffa9 100644 --- a/main.js +++ b/main.js @@ -43,6 +43,11 @@ const menubarApp = menubar({ }); menubarApp.on('ready', () => { + // Force the window to retrieve its previous zoom factor + menubarApp.window.webContents.setZoomFactor( + menubarApp.window.webContents.getZoomFactor(), + ); + menubarApp.tray.setIgnoreDoubleClickEvents(true); autoUpdater.checkForUpdatesAndNotify();