From 47506028ca81be864b4cf2f6b87b8e81d18052bc Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 17 Apr 2020 12:24:59 -0700 Subject: mobile UI: indicate status of verbose flag This way the user can verify that they have set the log to verbose mode in the developer menu. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/main.qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 091e53969..e6efae9e9 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -526,7 +526,7 @@ if you have network connectivity and want to sync your data to cloud storage."), } Kirigami.Action { - text: qsTr("Enable verbose logging") + text: qsTr("Enable verbose logging (currently: %1)").arg(manager.verboseEnabled) onTriggered: { showPassiveNotification(qsTr("Not persistent"), 3000) globalDrawer.close() -- cgit v1.2.3-70-g09d2