Dialog fixes

This commit is contained in:
Tickbase
2025-05-18 10:37:53 +02:00
parent 3a8dccf7f8
commit f5abcfdb6d
3 changed files with 11 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ export interface AppContextType {
isLoading: boolean;
error: string | null;
loadGames: () => Promise<boolean>;
handleProgressDialogClose: () => void;
// DLC management
dlcDialog: DlcDialogState;