QML UI: fix small bug in main menu
One Action hadn't been converted to a Kirigami.Action. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3aa219c689
commit
39799228af
@ -125,7 +125,7 @@ Kirigami.ApplicationWindow {
|
||||
manager.loadDives();
|
||||
}
|
||||
}
|
||||
Action {
|
||||
Kirigami.Action {
|
||||
text: "Upload to cloud"
|
||||
onTriggered: {
|
||||
globalDrawer.close()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user