projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b3512f
)
Updater: Make "Update manually" not also "skip this version"
author
Christian Kamm
<mail@ckamm.de>
Mon, 29 Jul 2019 11:42:09 +0000
(13:42 +0200)
committer
Camila (Rebase PR Action)
<hello@camila.codes>
Tue, 24 Nov 2020 18:22:33 +0000
(18:22 +0000)
See #7217
src/gui/updater/ocupdater.cpp
patch
|
blob
|
history
diff --git
a/src/gui/updater/ocupdater.cpp
b/src/gui/updater/ocupdater.cpp
index c7e0315928dfa0af269e6e5ba89f43a5a330ae9a..996c8c9b9956e3f6d7178d145f74478550cf78a1 100644
(file)
--- 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();
});