Skip to content

Commit 64e61ff

Browse files
committed
Revert "feat: launch minimized (#1193)"
This reverts commit 14f7cd0.
1 parent 14f7cd0 commit 64e61ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ const mb = menubar({
4343
mb.on('ready', () => {
4444
mb.app.setAppUserModelId('com.electron.gitify');
4545
mb.tray.setIgnoreDoubleClickEvents(true);
46-
47-
mb.hideWindow();
48-
4946
// Force the window to retrieve its previous zoom factor
5047
mb.window.webContents.setZoomFactor(mb.window.webContents.getZoomFactor());
5148

0 commit comments

Comments
 (0)