From d65c91ea368e667b86a2c7c73c94920bbd89a3bb Mon Sep 17 00:00:00 2001 From: allexzander Date: Wed, 14 Apr 2021 14:51:34 +0300 Subject: [PATCH] Display VFS sync folder within the navigation panel on Windows. Signed-off-by: allexzander --- src/gui/navigationpanehelper.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/navigationpanehelper.cpp b/src/gui/navigationpanehelper.cpp index 9b3c452ed9..ce2bad09c2 100644 --- a/src/gui/navigationpanehelper.cpp +++ b/src/gui/navigationpanehelper.cpp @@ -86,9 +86,6 @@ void NavigationPaneHelper::updateCloudStorageRegistry() // We currently don't distinguish between new and existing CLSIDs, if it's there we just // save over it. We at least need to update the tile in case we are suddently using multiple accounts. foreach (Folder *folder, _folderMan->map()) { - if (folder->vfs().mode() == Vfs::WindowsCfApi) { - continue; - } if (!folder->navigationPaneClsid().isNull()) { // If it already exists, unmark it for removal, this is a valid sync root. entriesToRemove.removeOne(folder->navigationPaneClsid());