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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-04-17 12:24:59 -07:00
parent 39784be4e8
commit 47506028ca

View file

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