Skip to content

Commit

Permalink
refactor: add types
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Sep 28, 2024
1 parent 1ed9b41 commit 6efb03d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ const idleAlternateUpdateIcon = getIconPath('tray-idle-white-update.png');
const activeIcon = getIconPath('tray-active.png');
const activeUpdateIcon = getIconPath('tray-active-update.png');

/**
* @type {Electron.BrowserWindowConstructorOptions}
*/
const browserWindowOpts = {
width: 500,
height: 400,
Expand Down

0 comments on commit 6efb03d

Please sign in to comment.