Skip to content

Commit

Permalink
FindMy: Make import screen clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 10, 2024
1 parent 6efc67d commit 1577bbc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1577bbc

Please sign in to comment.