rename the console notification icon

This commit is contained in:
Stephen Birarda 2016-01-21 10:57:13 -08:00
parent 0d47e812c8
commit 77b9c24d99
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -730,7 +730,7 @@ function maybeShowSplash() {
const trayFilename = (osType == "Darwin" ? "console-tray-Template.png" : "console-tray.png");
const trayIcon = path.join(__dirname, '../resources/' + trayFilename);
const notificationIcon = path.join(__dirname, '../resources/console-notification-win.png');
const notificationIcon = path.join(__dirname, '../resources/console-notification.png');
// This method will be called when Electron has finished
// initialization and is ready to create browser windows.