Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Apr 4, 2020
1 parent 9381f10 commit 1ef77d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ ipcMain.on("progress-bar-set", function (event, message) {
if (win != null) win.setProgressBar(progress);
if (tray != null) tray.setToolTip(message * 100 + timeLeftTip)
if (process.platform == "darwin")
if (timeLeftOnbar != null) timeLeftOnBar.label = message * 100 + timeLeftTip;
if (timeLeftOnBar != null) timeLeftOnBar.label = message * 100 + timeLeftTip;
})

ipcMain.on("should-nap", function () {
Expand Down

0 comments on commit 1ef77d6

Please sign in to comment.