1
0

qml: remove not implemented new version check option in Preferences

This commit is contained in:
Sander van Grieken
2023-03-09 10:01:06 +01:00
parent 37b29b1f37
commit db467ff1f7

View File

@@ -94,22 +94,6 @@ Pane {
}
}
RowLayout {
Layout.columnSpan: 2
Layout.fillWidth: true
Layout.leftMargin: -constants.paddingSmall
spacing: 0
Switch {
id: checkSoftware
enabled: false
}
Label {
Layout.fillWidth: true
text: qsTr('Automatically check for software updates')
wrapMode: Text.Wrap
}
}
RowLayout {
Layout.leftMargin: -constants.paddingSmall
spacing: 0