qml: remove not implemented new version check option in Preferences
This commit is contained in:
@@ -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 {
|
RowLayout {
|
||||||
Layout.leftMargin: -constants.paddingSmall
|
Layout.leftMargin: -constants.paddingSmall
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user