mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
rename the console notification icon
This commit is contained in:
parent
0d47e812c8
commit
77b9c24d99
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
@ -730,7 +730,7 @@ function maybeShowSplash() {
|
||||||
const trayFilename = (osType == "Darwin" ? "console-tray-Template.png" : "console-tray.png");
|
const trayFilename = (osType == "Darwin" ? "console-tray-Template.png" : "console-tray.png");
|
||||||
const trayIcon = path.join(__dirname, '../resources/' + trayFilename);
|
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
|
// This method will be called when Electron has finished
|
||||||
// initialization and is ready to create browser windows.
|
// initialization and is ready to create browser windows.
|
||||||
|
|
Loading…
Reference in a new issue