diff options
-rw-r--r-- | mobile-widgets/qml/main.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index cd740685b..0b7870b97 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -517,6 +517,16 @@ if you have network connectivity and want to sync your data to cloud storage."), pageStack.push(themetest) } } + + Kirigami.Action { + text: qsTr("Enable verbose logging") + onTriggered: { + showPassiveNotification(qsTr("Not persistent"), 3000) + globalDrawer.close() + manager.verboseEnabled = true + } + } + /* disable for now Kirigami.Action { text: qsTr("Dive planner") |