Skip to content

Commit

Permalink
revert: 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 fa5858d commit a38de26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ 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 a38de26

Please sign in to comment.