diff options
Diffstat (limited to 'testing/ausweisapp2/0001-Disable-auto-updater.patch')
-rw-r--r-- | testing/ausweisapp2/0001-Disable-auto-updater.patch | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/testing/ausweisapp2/0001-Disable-auto-updater.patch b/testing/ausweisapp2/0001-Disable-auto-updater.patch deleted file mode 100644 index 16b4245655..0000000000 --- a/testing/ausweisapp2/0001-Disable-auto-updater.patch +++ /dev/null @@ -1,52 +0,0 @@ -From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> -Date: Sat, 28 Dec 2019 15:17:07 +0100 -Subject: Disable auto updater - ---- - src/settings/GeneralSettings.cpp | 2 +- - src/ui/widget/GeneralSettingsWidget.ui | 6 +++--- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/settings/GeneralSettings.cpp b/src/settings/GeneralSettings.cpp -index d22943d..67af9ef 100644 ---- a/src/settings/GeneralSettings.cpp -+++ b/src/settings/GeneralSettings.cpp -@@ -362,7 +362,7 @@ bool GeneralSettings::isAutoUpdateCheck() const - mStoreGeneral->remove(SETTINGS_NAME_AUTO()); - } - --#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS) -+#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS) || defined(Q_OS_LINUX) - return mStoreCommon->value(SETTINGS_NAME_AUTO(), false).toBool(); - - #else -diff --git a/src/ui/widget/GeneralSettingsWidget.ui b/src/ui/widget/GeneralSettingsWidget.ui -index 90f4863..b0b2e2d 100644 ---- a/src/ui/widget/GeneralSettingsWidget.ui -+++ b/src/ui/widget/GeneralSettingsWidget.ui -@@ -45,7 +45,7 @@ - <item row="0" column="1"> - <widget class="QCheckBox" name="regularlyUpdateCheckBox"> - <property name="enabled"> -- <bool>true</bool> -+ <bool>false</bool> - </property> - <property name="accessibleName"> - <string>check software update on program start</string> -@@ -54,14 +54,14 @@ - <string>check on program start</string> - </property> - <property name="checked"> -- <bool>true</bool> -+ <bool>false</bool> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QPushButton" name="updateCheckButton"> - <property name="enabled"> -- <bool>true</bool> -+ <bool>false</bool> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |