mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-02-24 18:21:46 +01:00
fixed menusorting for the new menu format
This commit is contained in:
parent
8be7939803
commit
1dc10fc795
@ -88,7 +88,6 @@ bool MenuParser::buildTextMenu(CollectionInfo *collection, bool sort)
|
|||||||
|
|
||||||
collection->menusort = sort;
|
collection->menusort = sort;
|
||||||
collection->items.insert(collection->items.begin(), menuItems.begin(), menuItems.end());
|
collection->items.insert(collection->items.begin(), menuItems.begin(), menuItems.end());
|
||||||
collection->sortItems();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user