Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-11-16 17:18:22 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:59:26 +0300
commit0eb8b01f0a486680c162de5b4ca284f1be29f1ef (patch)
tree6435a0dd83ad820fe3ae726e72bdf884086451b3 /src/gui/folderman.cpp
parent58bc9e837cca047e4baea462b9cd06a4acf6e335 (diff)
Fix usePlaceholders migration
Diffstat (limited to 'src/gui/folderman.cpp')
-rw-r--r--src/gui/folderman.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index d7876d4d1..04d6eef60 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -299,7 +299,6 @@ void FolderMan::setupFoldersHelper(QSettings &settings, AccountStatePtr account,
&& settings.value(QLatin1String("usePlaceholders"), false).toBool()) {
qCInfo(lcFolderMan) << "Migrate: From usePlaceholders to PinState::OnlineOnly";
f->setRootPinState(PinState::OnlineOnly);
- settings.remove(QStringLiteral("usePlaceholders"));
}
// Migration: Mark folders that shall be saved in a backwards-compatible way