mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-29 23:02:50 -05:00
Dialog fixes
This commit is contained in:
@@ -34,6 +34,7 @@ function App() {
|
||||
const {
|
||||
dlcDialog,
|
||||
handleDlcDialogClose,
|
||||
handleProgressDialogClose,
|
||||
progressDialog,
|
||||
handleGameAction,
|
||||
handleDlcConfirm,
|
||||
@@ -91,7 +92,7 @@ function App() {
|
||||
progress={progressDialog.progress}
|
||||
showInstructions={progressDialog.showInstructions}
|
||||
instructions={progressDialog.instructions}
|
||||
onClose={() => {}}
|
||||
onClose={handleProgressDialogClose}
|
||||
/>
|
||||
|
||||
{/* DLC Selection Dialog */}
|
||||
|
||||
Reference in New Issue
Block a user