mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile/developer: add menu entry to temporarily enable verbose mode
One could argue that this should be a preference. I like the fact that it isn't persistent, though. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d6c47ad362
commit
becaa1227f
1 changed files with 10 additions and 0 deletions
|
@ -517,6 +517,16 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
pageStack.push(themetest)
|
||||
}
|
||||
}
|
||||
|
||||
Kirigami.Action {
|
||||
text: qsTr("Enable verbose logging")
|
||||
onTriggered: {
|
||||
showPassiveNotification(qsTr("Not persistent"), 3000)
|
||||
globalDrawer.close()
|
||||
manager.verboseEnabled = true
|
||||
}
|
||||
}
|
||||
|
||||
/* disable for now
|
||||
Kirigami.Action {
|
||||
text: qsTr("Dive planner")
|
||||
|
|
Loading…
Reference in a new issue