Revert "feat: change selectFolderModal to a section inside repacksModal"

This reverts commit 934fb1145e.
This commit is contained in:
Hydra 2024-04-21 22:55:00 -03:00 committed by José Luís
parent a242ea7f47
commit 35927b8784
6 changed files with 155 additions and 98 deletions

View file

@ -76,7 +76,7 @@ declare global {
) => Promise<void>;
/* Hardware */
getDiskFreeSpace: (path: string) => Promise<DiskSpace>;
getDiskFreeSpace: () => Promise<DiskSpace>;
/* Misc */
getOrCacheImage: (url: string) => Promise<string>;