feat: change selectFolderModal to a section inside repacksModal

This commit is contained in:
Hydra 2024-04-21 00:59:52 -03:00 committed by shadowtosser
parent 5db7b97090
commit 433e00bb50
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>;