Skip to content

Commit 6efb03d

Browse files
committed
refactor: add types
Signed-off-by: Adam Setch <[email protected]>
1 parent 1ed9b41 commit 6efb03d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/electron/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ const idleAlternateUpdateIcon = getIconPath('tray-idle-white-update.png');
2626
const activeIcon = getIconPath('tray-active.png');
2727
const activeUpdateIcon = getIconPath('tray-active-update.png');
2828

29+
/**
30+
* @type {Electron.BrowserWindowConstructorOptions}
31+
*/
2932
const browserWindowOpts = {
3033
width: 500,
3134
height: 400,

0 commit comments

Comments
 (0)