feat: change disk usage library as old one did not compile with more recent electron

This commit is contained in:
Zamitto
2025-10-13 08:18:54 -03:00
parent b874138641
commit 330f38776f
4 changed files with 15 additions and 7 deletions

View File

@@ -10,6 +10,11 @@ export type HydraCloudFeature =
| "backup"
| "achievements-points";
export interface DiskUsage {
free: number;
total: number;
}
export interface GameRepack {
id: number;
title: string;