mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue