Skip to content

Commit

Permalink
Remove Data Centers button from Main Menu (#909)
Browse files Browse the repository at this point in the history
as Northstar does not make use of it anyway
  • Loading branch information
Zanieon authored Jan 1, 2025
1 parent 3a823af commit 5b67e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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

#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 5b67e5e

Please sign in to comment.