fix usb menu name being set as irs (copy-paste bug).

This commit is contained in:
ITotalJustice
2025-04-20 18:11:17 +01:00
parent 7471885119
commit 5aca92a2cc

View File

@@ -38,7 +38,7 @@ void thread_func(void* user) {
} // namespace } // namespace
Menu::Menu() : MenuBase{"Irs"_i18n} { Menu::Menu() : MenuBase{"USB"_i18n} {
SetAction(Button::B, Action{"Back"_i18n, [this](){ SetAction(Button::B, Action{"Back"_i18n, [this](){
SetPop(); SetPop();
}}); }});