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:
parent
961b80ec20
commit
3bafc2a4e6
@ -139,6 +139,7 @@ Kirigami.ApplicationWindow {
|
||||
globalDrawer.close()
|
||||
detailsWindow.endEditMode()
|
||||
manager.saveChanges();
|
||||
globalDrawer.close()
|
||||
}
|
||||
}
|
||||
Kirigami.Action {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user