diff options
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 0b8e24adc..bcfc3f7b8 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -125,7 +125,7 @@ Kirigami.ApplicationWindow { manager.loadDives(); } } - Action { + Kirigami.Action { text: "Upload to cloud" onTriggered: { globalDrawer.close() |