[FL-3471] Infrared: buttons move feature rework (#2949)

This commit is contained in:
Nikolay Minaylov
2023-08-07 12:18:46 +03:00
committed by GitHub
parent c7648eb932
commit 4c771b66dc
11 changed files with 280 additions and 176 deletions

View File

@@ -8,7 +8,6 @@ ADD_SCENE(infrared, edit_button_select, EditButtonSelect)
ADD_SCENE(infrared, edit_rename, EditRename)
ADD_SCENE(infrared, edit_rename_done, EditRenameDone)
ADD_SCENE(infrared, edit_move, EditMove)
ADD_SCENE(infrared, edit_move_done, EditMoveDone)
ADD_SCENE(infrared, learn, Learn)
ADD_SCENE(infrared, learn_done, LearnDone)
ADD_SCENE(infrared, learn_enter_name, LearnEnterName)