dont sort files when changing sort type in settings menu
This commit is contained in:
parent
1c61f2f29c
commit
13a17f9fd4
1 changed files with 0 additions and 3 deletions
|
@ -3239,9 +3239,6 @@ static void lcd_sort_type_set() {
|
|||
eeprom_update_byte((unsigned char *)EEPROM_SD_SORT, sdSort);
|
||||
presort_flag = true;
|
||||
lcd_goto_menu(lcd_settings_menu, 8);
|
||||
//lcd_update(2);
|
||||
//delay(1000);
|
||||
card.presort();
|
||||
}
|
||||
#endif //SDCARD_SORT_ALPHA
|
||||
|
||||
|
|
Loading…
Reference in a new issue