From 3bafc2a4e6c0e7c34f941332e15677c35be3297c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 6 Apr 2016 11:46:09 -0700 Subject: QML UI: close the drawer right when the user taps sync manually Having a short delay before the menu closes looks bad. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 36c225ef8..34d99376d 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -139,6 +139,7 @@ Kirigami.ApplicationWindow { globalDrawer.close() detailsWindow.endEditMode() manager.saveChanges(); + globalDrawer.close() } } Kirigami.Action { -- cgit v1.2.3-70-g09d2