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
@ -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…
x
Reference in New Issue
Block a user