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()