Skip to content

Commit

Permalink
refactor: remove console dialog script
Browse files Browse the repository at this point in the history
Co-authored-by: Jack <[email protected]>
  • Loading branch information
Alystrasz and ASpoonPlaysGames authored Dec 14, 2023
1 parent 04ea7aa commit bf843e7
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,8 @@ void function DisplayModDownloadErrorDialog( string modName )
break
}

#if PC_PROG
AddDialogButton( dialogData, "#DISMISS" )
AddDialogFooter( dialogData, "#A_BUTTON_SELECT" )
#endif
AddDialogButton( dialogData, "#DISMISS" )
AddDialogFooter( dialogData, "#A_BUTTON_SELECT" )
AddDialogFooter( dialogData, "#B_BUTTON_DISMISS_RUI" )

OpenDialog( dialogData )
Expand Down

0 comments on commit bf843e7

Please sign in to comment.