mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML UI: remove verbose option from Developer menu
We now log everything that's relevant to the application log that is shown in the UI. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5f9df02ffc
commit
a9cf089e1c
1 changed files with 0 additions and 8 deletions
|
@ -187,14 +187,6 @@ MobileComponents.ApplicationWindow {
|
|||
stackView.push(themetest)
|
||||
}
|
||||
}
|
||||
Action {
|
||||
checkable: true
|
||||
checked: manager.verboseEnabled
|
||||
text: checked ? "Disable verbose (for adb logcat)" : "Enable verbose (for adb logcat)"
|
||||
onToggled: {
|
||||
manager.verboseEnabled = checked;
|
||||
}
|
||||
}
|
||||
},
|
||||
Action {
|
||||
text: "User manual"
|
||||
|
|
Loading…
Reference in a new issue