mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
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:
parent
ecf992cb62
commit
cd9596d0bd
1 changed files with 0 additions and 7 deletions
|
@ -48,13 +48,6 @@ Window {
|
|||
//ScrollBar.vertical.policy: ScrollBar.AlwaysOn
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
RowLayout {
|
||||
Label {
|
||||
text: qsTr("OS customization options")
|
||||
}
|
||||
}
|
||||
|
||||
TabBar {
|
||||
id: bar
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue