Updater: Make "Update manually" not also "skip this version"

See #7217
This commit is contained in:
Christian Kamm 2019-07-29 13:42:09 +02:00 committed by Camila (Rebase PR Action)
parent 0b3512f49c
commit aa7409f401

View file

@ -465,8 +465,6 @@ void NSISUpdater::showUpdateErrorDialog()
qApp->quit();
});
connect(getupdate, &QAbstractButton::clicked, this, [this]() {
wipeUpdateData();
slotSetSeenVersion();
slotOpenUpdateUrl();
});