mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 17:38:15 +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.on('click', function() {
|
||||
tray.popUpContextMenu(tray.menu);
|
||||
tray.popUpContextMenu(tray.menu);
|
||||
});
|
||||
|
||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||
|
|
Loading…
Reference in a new issue