From: Christian Kamm Date: Mon, 29 Jul 2019 11:42:09 +0000 (+0200) Subject: Updater: Make "Update manually" not also "skip this version" X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~46^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa7409f401fbe9fc1bf0b59218129b9b668457e6;p=nextcloud-desktop.git Updater: Make "Update manually" not also "skip this version" See #7217 --- 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(); });