mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-30 07:12:51 -05:00
Dialog fixes
This commit is contained in:
@@ -37,6 +37,7 @@ export interface AppContextType {
|
||||
isLoading: boolean;
|
||||
error: string | null;
|
||||
loadGames: () => Promise<boolean>;
|
||||
handleProgressDialogClose: () => void;
|
||||
|
||||
// DLC management
|
||||
dlcDialog: DlcDialogState;
|
||||
|
||||
Reference in New Issue
Block a user