From db467ff1f7c4381562a7470fd459778db6b28111 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 9 Mar 2023 10:01:06 +0100 Subject: [PATCH] qml: remove not implemented new version check option in Preferences --- electrum/gui/qml/components/Preferences.qml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/electrum/gui/qml/components/Preferences.qml b/electrum/gui/qml/components/Preferences.qml index 656f49fa6..bb97c23c4 100644 --- a/electrum/gui/qml/components/Preferences.qml +++ b/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