Skip to content

Commit

Permalink
Fix overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Nov 4, 2020
1 parent c4e7a1b commit 7f6c143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ if (!singleInstanceLock) {
default:
if (trayIcon) trayIcon.setImage(trayIconImage);

mainWindow.setIcon(iconImage);
mainWindow.setOverlayIcon(null, "Notification badge empty");
break;
}
}
Expand Down

0 comments on commit 7f6c143

Please sign in to comment.