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:
parent
39784be4e8
commit
47506028ca
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user