mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-18 20:29:44 -07:00
Fix typos
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user