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
1 changed files with 1 additions and 1 deletions

View File

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