Skip to content

Commit f9bd8e0

Browse files
committed
modified
1 parent 70da2c6 commit f9bd8e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ function traySolution(isFullScreen) {
498498
locker();
499499
}
500500
}, {
501-
enabled: !isTimerWin,
501+
enabled: (!store.get('islocked')) && (!isTimerWin),
502502
label: i18n.__('settings'),
503503
click: function () {
504504
settings();

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"upd-dependency": "yarn",
88
"start": "electron .",
9-
"debug": "electron --inspect=5858 .",
109
"win": "node ./res/builder/win.js",
1110
"mac": "node ./res/builder/mac.js",
1211
"linux": "node ./res/builder/linux.js"

0 commit comments

Comments
 (0)