fix: right click on app icon now always shows menu

Fixes #2152
This commit is contained in:
Jonathan Rainville 2021-04-07 14:33:23 -04:00 committed by Iuri Matias
parent 90d7f65369
commit 460a6dc649
1 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,9 @@ ApplicationWindow {
}
onActivated: {
if (reason === SystemTrayIcon.Context) {
return
}
applicationWindow.show()
applicationWindow.raise()
applicationWindow.requestActivate()