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:
Dirk Hohndel 2020-02-17 10:30:56 -08:00
parent d6c47ad362
commit becaa1227f

View file

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