feat: change diskFreeSpace from rapacks modal to select folder modal description

This commit is contained in:
shadowtosser 2024-04-21 22:57:31 -03:00
parent 4d548bb768
commit 62c92c6253
6 changed files with 25 additions and 25 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>;