From: Camila Ayres Date: Wed, 6 Nov 2024 14:28:12 +0000 (+0100) Subject: Add step to remove Desktop.ini to removeFolder function. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~52^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cc2b5c627b24325889d075987af1751f9fb051cf;p=nextcloud-desktop.git Add step to remove Desktop.ini to removeFolder function. Signed-off-by: Camila Ayres --- diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index b882c1562..6a7051a09 100644 --- 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);