mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
FindMy: Make import screen clearer
This commit is contained in:
@@ -145,9 +145,11 @@ void findmy_scene_config_import_on_enter(void* context) {
|
||||
VariableItemList* var_item_list = app->var_item_list;
|
||||
VariableItem* item;
|
||||
|
||||
item = variable_item_list_add(var_item_list, "nRF Connect .txt", 0, NULL, NULL);
|
||||
variable_item_list_set_header(var_item_list, "Choose file type");
|
||||
|
||||
item = variable_item_list_add(var_item_list, "OpenHaystack .keys", 0, NULL, NULL);
|
||||
item = variable_item_list_add(var_item_list, "nRF Connect (.txt)", 0, NULL, NULL);
|
||||
|
||||
item = variable_item_list_add(var_item_list, "OpenHaystack (.keys)", 0, NULL, NULL);
|
||||
|
||||
// This scene acts more like a submenu than a var item list tbh
|
||||
UNUSED(item);
|
||||
|
||||
Reference in New Issue
Block a user