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.
1 parent 1ed9b41 commit 6efb03dCopy full SHA for 6efb03d
src/electron/main.js
@@ -26,6 +26,9 @@ const idleAlternateUpdateIcon = getIconPath('tray-idle-white-update.png');
26
const activeIcon = getIconPath('tray-active.png');
27
const activeUpdateIcon = getIconPath('tray-active-update.png');
28
29
+/**
30
+ * @type {Electron.BrowserWindowConstructorOptions}
31
+ */
32
const browserWindowOpts = {
33
width: 500,
34
height: 400,
0 commit comments