mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ Kirigami.ApplicationWindow {
|
|||
globalDrawer.close()
|
||||
detailsWindow.endEditMode()
|
||||
manager.saveChanges();
|
||||
globalDrawer.close()
|
||||
}
|
||||
}
|
||||
Kirigami.Action {
|
||||
|
|
Loading…
Add table
Reference in a new issue