From aa7409f401fbe9fc1bf0b59218129b9b668457e6 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Mon, 29 Jul 2019 13:42:09 +0200 Subject: [PATCH] Updater: Make "Update manually" not also "skip this version" See #7217 --- src/gui/updater/ocupdater.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/updater/ocupdater.cpp b/src/gui/updater/ocupdater.cpp index c7e031592..996c8c9b9 100644 --- a/src/gui/updater/ocupdater.cpp +++ b/src/gui/updater/ocupdater.cpp @@ -465,8 +465,6 @@ void NSISUpdater::showUpdateErrorDialog() qApp->quit(); }); connect(getupdate, &QAbstractButton::clicked, this, [this]() { - wipeUpdateData(); - slotSetSeenVersion(); slotOpenUpdateUrl(); }); -- 2.30.2