Skip to content

Commit 6709dac

Browse files
committed
feat: update notification interval settings
1 parent ac15342 commit 6709dac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ const mb = menubar({
3434
index: Paths.indexHtml,
3535
browserWindow: WindowConfig,
3636
preloadWindow: true,
37-
// Keep Dock icon in development to make the app easy to find/debug.
38-
showDockIcon: false,
37+
showDockIcon: false, // Hide the app from the macOS dock
3938
});
4039

4140
const menuBuilder = new MenuBuilder(mb);

0 commit comments

Comments
 (0)