qml: Remove redundant string

This used to be attached to the ComboBox for selecting whether you
wanted the customization options to be applied only for this session, or
stored for re-use.

As we've removed that option, we should also remove the label string.
This commit is contained in:
Tom Dewey tom.dewey@raspberrypi.com 2023-10-17 16:11:23 +01:00
parent ecf992cb62
commit cd9596d0bd

View file

@ -48,13 +48,6 @@ Window {
//ScrollBar.vertical.policy: ScrollBar.AlwaysOn //ScrollBar.vertical.policy: ScrollBar.AlwaysOn
ColumnLayout { ColumnLayout {
RowLayout {
Label {
text: qsTr("OS customization options")
}
}
TabBar { TabBar {
id: bar id: bar
Layout.fillWidth: true Layout.fillWidth: true