-
- {filesystemSettings.mode === "desktop_local_folder" && (
- <>
-
- {primaryLocalRootPath ? (
- <>
-
-
-
- {getFolderDisplayName(primaryLocalRootPath)}
-
-
-
- {extraLocalRootCount > 0 && (
-
-
-
-
-
-
- {localRootPaths.map((rootPath) => (
-
-
-
- {getFolderDisplayName(rootPath)}
-
-
-
- ))}
-
-
-
-
-
-
- )}
-
- >
- ) : (
-
- )}
-