settings dialog

This commit is contained in:
Novattz
2025-06-24 19:45:29 +02:00
parent 41dba65879
commit 1ac1931a08
7 changed files with 293 additions and 3 deletions

View File

@@ -49,6 +49,11 @@ export interface AppContextType {
handleGameAction: (gameId: string, action: ActionType) => Promise<void>
handleDlcConfirm: (selectedDlcs: DlcInfo[]) => void
// Settings
settingsDialog: { visible: boolean }
handleSettingsOpen: () => void
handleSettingsClose: () => void
// Toast notifications
showToast: (
message: string,