mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
fix identation for tray in main
This commit is contained in:
parent
a584bb9e38
commit
9c4338fc67
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ app.on('ready', function() {
|
||||||
tray.setToolTip('High Fidelity Server Console');
|
tray.setToolTip('High Fidelity Server Console');
|
||||||
|
|
||||||
tray.on('click', function() {
|
tray.on('click', function() {
|
||||||
tray.popUpContextMenu(tray.menu);
|
tray.popUpContextMenu(tray.menu);
|
||||||
});
|
});
|
||||||
|
|
||||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||||
|
|
Loading…
Reference in a new issue