Remove Data Centers button from Main Menu (#909)

as Northstar does not make use of it anyway
This commit is contained in:
William Miller 2025-01-01 20:51:34 -03:00 committed by GitHub
parent 3a823af3a8
commit 5b67e5e1e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() )