mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Close all menus on window show
We previously missed the app menu which wasn't closed. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
parent
07bede8a56
commit
f8e2e3403a
@ -56,6 +56,7 @@ Window {
|
||||
target: Systray
|
||||
onShowWindow: {
|
||||
accountMenu.close();
|
||||
appsMenu.close();
|
||||
|
||||
trayWindow.screen = Qt.application.screens[Systray.currentScreenIndex()];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user