mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 23:09:11 +02:00
specify to pop the main tray menu on left click
This commit is contained in:
parent
e3a411d9db
commit
f258defb41
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ app.on('ready', function() {
|
|||
tray.setToolTip('High Fidelity Server Console');
|
||||
|
||||
tray.on('click', function() {
|
||||
tray.popUpContextMenu();
|
||||
tray.popUpContextMenu(tray.menu);
|
||||
});
|
||||
|
||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||
|
|
Loading…
Reference in a new issue