Преглед изворни кода

Merge pull request #3125 from nextcloud/bugfix/windows-navigation-panel-display-vfs-sync-folder

Display VFS sync folder within the navigation panel on Windows.
allexzander пре 4 година
родитељ
комит
218e69e510
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      src/gui/navigationpanehelper.cpp

+ 0 - 3
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());