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:
Dirk Hohndel 2016-04-01 20:40:12 -05:00
parent 3aa219c689
commit 39799228af

View file

@ -125,7 +125,7 @@ Kirigami.ApplicationWindow {
manager.loadDives();
}
}
Action {
Kirigami.Action {
text: "Upload to cloud"
onTriggered: {
globalDrawer.close()