Fix typos

This commit is contained in:
Willy-JL
2023-02-07 01:08:05 +00:00
parent edd3171d6c
commit d3cf757ead
2 changed files with 2 additions and 2 deletions
@@ -230,7 +230,7 @@ static bool
// FLIPPER DEVS MOMENT
// this used to load the file list in chunks, and then sort it...
// so while scrolling, it loads more files and sorts them...
// chances are, the new files are higner in the sorted list...
// chances are, the new files are higher in the sorted list...
// so the files keep shifting around while scrolling...
// now this does something intelligent and loads all in one go.
// might take a few milliseconds longer, but atleast it works :kekw:
@@ -228,7 +228,7 @@ void xtreme_settings_scene_start_on_enter(void* context) {
variable_item_set_current_value_text(item, battery_style_names[value_index]);
item = variable_item_list_add(
var_item_list, "Sort folders before", 2, xtreme_settings_scene_start_sort_folders_before_changed, app);
var_item_list, "Sort dirs before", 2, xtreme_settings_scene_start_sort_folders_before_changed, app);
variable_item_set_current_value_index(item, !xtreme_settings->sort_ignore_dirs);
variable_item_set_current_value_text(item, !xtreme_settings->sort_ignore_dirs ? "ON" : "OFF");