gpstrek - Sort file names in route loading menu
parent
ee383789e9
commit
2813a43c12
|
|
@ -962,7 +962,7 @@ let showRouteSelector = function(){
|
|||
}
|
||||
};
|
||||
|
||||
STORAGE.list(/\.trf$/).forEach((file)=>{
|
||||
STORAGE.list(/\.trf$/).sort().forEach((file)=>{
|
||||
menu[file] = ()=>{handleLoading(file);};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue