mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +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)
|
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 {
|
Action {
|
||||||
text: "User manual"
|
text: "User manual"
|
||||||
|
|
Loading…
Reference in a new issue