We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zoomFactor
1 parent 23c1bae commit e7dc36eCopy full SHA for e7dc36e
main.js
@@ -43,6 +43,11 @@ const menubarApp = menubar({
43
});
44
45
menubarApp.on('ready', () => {
46
+ // Force the window to retrieve its previous zoom factor
47
+ menubarApp.window.webContents.setZoomFactor(
48
+ menubarApp.window.webContents.getZoomFactor(),
49
+ );
50
+
51
menubarApp.tray.setIgnoreDoubleClickEvents(true);
52
53
autoUpdater.checkForUpdatesAndNotify();
0 commit comments