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-05-29 15:40:40 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:59:13 +0300
commit2b95f919adff3a06aaf2a4b36e177bb09ec474e1 (patch)
treeefbdb71724d3dec4492570453ceca9cd2d321921 /src/gui/folderman.cpp
parent6d2526a67dabfa7cdb1a3007f42b4e2be71e73e5 (diff)
Fix 3aeca58b316363dc12ad4b392750fc57e7a2965a
Diffstat (limited to 'src/gui/folderman.cpp')
-rw-r--r--src/gui/folderman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index acb315683..aaf303c41 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -515,7 +515,7 @@ Folder *FolderMan::setupFolderFromOldConfigFile(const QString &file, AccountStat
folderDefinition.paused = paused;
folderDefinition.ignoreHiddenFiles = ignoreHiddenFiles();
- folder = addFolderInternal(folderDefinition, accountState, std::make_unique<Vfs>());
+ folder = addFolderInternal(folderDefinition, accountState, std::make_unique<VfsOff>());
if (folder) {
QStringList blackList = settings.value(QLatin1String("blackList")).toStringList();
if (!blackList.empty()) {