feat: change selectFolderModal to a section inside repacksModal

This commit is contained in:
Hydra 2024-04-21 00:59:52 -03:00 committed by José Luís
parent 521f23d410
commit 95a26c805f
8 changed files with 101 additions and 158 deletions

View file

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