mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
[FL-1472] Clear default button names (#754)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
5cb5d15376
commit
91c5151518
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ void IrdaAppSceneLearnEnterName::on_enter(IrdaApp* app) {
|
|||
app,
|
||||
app->get_text_store(0),
|
||||
IrdaAppRemoteManager::max_button_name_length,
|
||||
false);
|
||||
true);
|
||||
|
||||
view_manager->switch_to(IrdaAppViewManager::ViewType::TextInput);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue