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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-06 11:46:09 -07:00
parent 961b80ec20
commit 3bafc2a4e6

View file

@ -139,6 +139,7 @@ Kirigami.ApplicationWindow {
globalDrawer.close()
detailsWindow.endEditMode()
manager.saveChanges();
globalDrawer.close()
}
}
Kirigami.Action {