Make mario theme have HUD font header

This commit is contained in:
Agent X 2024-05-30 17:44:45 -04:00
parent 800f2422f9
commit b0be6143fb

View file

@ -160,7 +160,7 @@ static struct DjuiTheme sDjuiThemeMario = {
}
},
.panels = {
.hudFontHeader = false
.hudFontHeader = true
}
};