Skip to content

Commit 1ef77d6

Browse files
committed
typo fix
1 parent 9381f10 commit 1ef77d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ ipcMain.on("progress-bar-set", function (event, message) {
14181418
if (win != null) win.setProgressBar(progress);
14191419
if (tray != null) tray.setToolTip(message * 100 + timeLeftTip)
14201420
if (process.platform == "darwin")
1421-
if (timeLeftOnbar != null) timeLeftOnBar.label = message * 100 + timeLeftTip;
1421+
if (timeLeftOnBar != null) timeLeftOnBar.label = message * 100 + timeLeftTip;
14221422
})
14231423

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

0 commit comments

Comments
 (0)