mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-29 06:42:51 -05:00
feat: replace legacy Python CLI with GUI app
This commit is contained in:
@@ -100,7 +100,7 @@ export const AppProvider = ({ children }: AppProviderProps) => {
|
||||
const handleDlcConfirm = (selectedDlcs: DlcInfo[]) => {
|
||||
const { gameId, isEditMode } = dlcDialog
|
||||
|
||||
// MODIFIED: Create a deep copy to ensure we don't have reference issues
|
||||
// Create a deep copy to ensure we don't have reference issues
|
||||
const dlcsCopy = selectedDlcs.map((dlc) => ({ ...dlc }))
|
||||
|
||||
// Log detailed info before closing dialog
|
||||
|
||||
Reference in New Issue
Block a user