Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Mar 24, 2020
1 parent 70da2c6 commit f9bd8e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function traySolution(isFullScreen) {
locker();
}
}, {
enabled: !isTimerWin,
enabled: (!store.get('islocked')) && (!isTimerWin),
label: i18n.__('settings'),
click: function () {
settings();
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"upd-dependency": "yarn",
"start": "electron .",
"debug": "electron --inspect=5858 .",
"win": "node ./res/builder/win.js",
"mac": "node ./res/builder/mac.js",
"linux": "node ./res/builder/linux.js"
Expand Down

0 comments on commit f9bd8e0

Please sign in to comment.