Skip to content

Commit

Permalink
Update menu_main.nut
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Nov 30, 2024
1 parent a2520e8 commit c4b16d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Northstar.Client/mod/scripts/vscripts/ui/menu_main.nut
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ void function InitMainMenu()
AddMenuFooterOption( menu, BUTTON_A, "#A_BUTTON_SELECT", "" )
#endif // PC_PROG

//AddMenuFooterOption( menu, BUTTON_X, "#X_BUTTON_INBOX_ACCEPT", "#INBOX_ACCEPT", OpenDataCenterDialog, IsDataCenterFooterValid, UpdateDataCenterFooter )
#if VANILLA
AddMenuFooterOption( menu, BUTTON_X, "#X_BUTTON_INBOX_ACCEPT", "#INBOX_ACCEPT", OpenDataCenterDialog, IsDataCenterFooterValid, UpdateDataCenterFooter )
#endif

#if DEV
if ( DevStartPoints() )
Expand Down

0 comments on commit c4b16d0

Please sign in to comment.