mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-29 06:42:51 -05:00
update creamlinux config #64
This commit is contained in:
@@ -25,6 +25,7 @@ export const AppProvider = ({ children }: AppProviderProps) => {
|
||||
handleDlcDialogClose: closeDlcDialog,
|
||||
streamGameDlcs,
|
||||
handleGameEdit,
|
||||
handleUpdateDlcs,
|
||||
} = useDlcManager()
|
||||
|
||||
const {
|
||||
@@ -220,6 +221,7 @@ export const AppProvider = ({ children }: AppProviderProps) => {
|
||||
handleGameEdit(gameId, games)
|
||||
},
|
||||
handleDlcDialogClose: closeDlcDialog,
|
||||
handleUpdateDlcs: (gameId: string) => handleUpdateDlcs(gameId),
|
||||
|
||||
// Game actions
|
||||
progressDialog,
|
||||
|
||||
Reference in New Issue
Block a user