From: Kevin Ottens Date: Mon, 15 Jun 2020 17:01:04 +0000 (+0200) Subject: Close all menus on window show X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~155 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8e2e3403a7a91dcbbfaabefed38a33775934691;p=nextcloud-desktop.git Close all menus on window show We previously missed the app menu which wasn't closed. Signed-off-by: Kevin Ottens --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 8128e4dd5..31983684c 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -56,6 +56,7 @@ Window { target: Systray onShowWindow: { accountMenu.close(); + appsMenu.close(); trayWindow.screen = Qt.application.screens[Systray.currentScreenIndex()];