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:
6fde08d
)
Fix 150a5b4d06600d140ddf05383fb74cda6ae6e941
author
Hannah von Reth
<vonreth@kde.org>
Fri, 29 May 2020 11:29:46 +0000
(13:29 +0200)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:12 +0000
(10:59 +0100)
src/gui/accountsettings.cpp
patch
|
blob
|
history
diff --git
a/src/gui/accountsettings.cpp
b/src/gui/accountsettings.cpp
index 6839c9b48550919dbf77db1bb45fe20705f32983..c88d2bb06fb8ccaa437dafa0e5670399a9855317 100644
(file)
--- a/
src/gui/accountsettings.cpp
+++ b/
src/gui/accountsettings.cpp
@@
-735,7
+735,7
@@
void AccountSettings::slotDisableVfsCurrentFolder()
msgBox->addButton(tr("Cancel"), QMessageBox::RejectRole);
connect(msgBox, &QMessageBox::finished, msgBox, [this, msgBox, folder, acceptButton] {
msgBox->deleteLater();
- if (msgBox->clickedButton()
=
= acceptButton|| !folder)
+ if (msgBox->clickedButton()
!
= acceptButton|| !folder)
return;
// It is unsafe to switch off vfs while a sync is running - wait if necessary.