mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ Kirigami.ApplicationWindow {
|
||||||
manager.loadDives();
|
manager.loadDives();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Action {
|
Kirigami.Action {
|
||||||
text: "Upload to cloud"
|
text: "Upload to cloud"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
globalDrawer.close()
|
globalDrawer.close()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue