UI Tweaks.

This commit is contained in:
J-D-K
2025-09-25 18:56:06 -04:00
parent 2b079fb49f
commit fa7e5fac6d
7 changed files with 65 additions and 23 deletions

View File

@@ -232,7 +232,7 @@ void SettingsState::create_push_description_message()
const int selected = m_settingsMenu->get_selected();
const char *description = strings::get_by_name(strings::names::SETTINGS_DESCRIPTIONS, selected);
MessageState::create_and_push_fade(description);
MessageState::create_push_fade(description);
}
void SettingsState::cycle_zip_level()