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:
f6921ca
)
Add step to remove Desktop.ini to removeFolder function.
author
Camila Ayres
<hello@camilasan.com>
Wed, 6 Nov 2024 14:28:12 +0000
(15:28 +0100)
committer
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Fri, 15 Nov 2024 17:26:20 +0000
(18:26 +0100)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/accountsettings.cpp
patch
|
blob
|
history
diff --git
a/src/gui/accountsettings.cpp
b/src/gui/accountsettings.cpp
index b882c156200793853b1e3d0c6b50b830e3307746..6a7051a092a2781b0b500d6ef2a60ea90b92ad1c 100644
(file)
--- a/
src/gui/accountsettings.cpp
+++ b/
src/gui/accountsettings.cpp
@@
-874,7
+874,6
@@
void AccountSettings::slotRemoveCurrentFolder()
messageBox->addButton(tr("Cancel"), QMessageBox::NoRole);
connect(messageBox, &QMessageBox::finished, this, [messageBox, yesButton, folder, row, this]{
if (messageBox->clickedButton() == yesButton) {
- Utility::removeFavLink(folder->path());
FolderMan::instance()->removeFolder(folder);
_model->removeRow(row);