Browse Source

qml: remove not implemented new version check option in Preferences

master
Sander van Grieken 3 years ago
parent
commit
db467ff1f7
  1. 16
      electrum/gui/qml/components/Preferences.qml

16
electrum/gui/qml/components/Preferences.qml

@ -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

Loading…
Cancel
Save