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

This commit is contained in:
José Luís 2024-04-21 22:57:31 -03:00
parent ba15699aab
commit 4467fe33a7
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>;