Fix for browser actions

This commit is contained in:
Robin Jones 2024-11-16 00:00:44 +00:00
parent 6f6339ab15
commit 619e1658fd

View File

@ -386,7 +386,7 @@ static void draw (menu_t *menu, surface_t *d) {
}
ui_components_actions_bar_text_draw(
ALIGN_LEFT, VALIGN_TOP, ACTION_BAR_LINE_ONE, SPRITE_JOYPAD_BUTTON_NONE,
ALIGN_LEFT, VALIGN_TOP, ACTION_BAR_LINE_ONE, SPRITE_JOYPAD_BUTTON_A,
"%s",
menu->browser.entries == 0 ? "" : action
);