mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 23:09:11 +02:00
update deprecated events for tray click
This commit is contained in:
parent
cb83edfb60
commit
e3a411d9db
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ app.on('ready', function() {
|
|||
tray = new Tray(TRAY_ICON);
|
||||
tray.setToolTip('High Fidelity Server Console');
|
||||
|
||||
tray.on('clicked', function() {
|
||||
tray.popContextMenu();
|
||||
tray.on('click', function() {
|
||||
tray.popUpContextMenu();
|
||||
});
|
||||
|
||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||
|
|
Loading…
Reference in a new issue