mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 17:00:36 +02:00
rename tooltip for tray to proper name
This commit is contained in:
parent
1b79908546
commit
b3c5bafabc
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ app.on('ready', function() {
|
|||
|
||||
// Create tray icon
|
||||
tray = new Tray(TRAY_ICON);
|
||||
tray.setToolTip('High Fidelity');
|
||||
tray.setToolTip('High Fidelity Server Console');
|
||||
|
||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||
|
||||
|
|
Loading…
Reference in a new issue