Add filtering to folder select (#4277)

This commit is contained in:
InfiniteStash
2023-11-20 03:00:28 +01:00
committed by GitHub
parent 61f4d8bd12
commit a0f33e3dab
10 changed files with 120 additions and 85 deletions

View File

@@ -106,7 +106,7 @@ const CleanDialog: React.FC<ICleanDialog> = ({
{pathSelection ? (
<FolderSelect
currentDirectory={currentDirectory}
setCurrentDirectory={(v) => setCurrentDirectory(v)}
onChangeDirectory={setCurrentDirectory}
defaultDirectories={libraryPaths}
appendButton={
<Button