From 1ef77d630577689fd6c49a3ccf8e52c39d4f2939 Mon Sep 17 00:00:00 2001 From: Roderick Qiu Date: Sat, 4 Apr 2020 22:15:57 +0800 Subject: [PATCH] typo fix --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 3ba2ea3..3a8b00a 100644 --- a/main.js +++ b/main.js @@ -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 () {