1 parent 370dc66 commit a933115Copy full SHA for a933115
1 file changed
main.js
@@ -613,11 +613,10 @@ app.on('ready', () => {
613
macOSFullscreenSolution(false);
614
isDarkMode();
615
settingsWinContextMenuSolution();
616
+ if (store.get("tray-time") !== false && process.platform === "darwin")
617
+ tray.setTitle(' ' + i18n.__('not-timing-tray'));
618
}
619
- if (store.get("tray-time") !== false && process.platform === "darwin")
- tray.setTitle(' ' + i18n.__('not-timing-tray'));
620
-
621
if (!store.has("predefined-tasks-created")) {
622
store.set("predefined-tasks-created", true);
623
0 commit comments