mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +01:00
Added list.menuSort option.
This commit is contained in:
@@ -20,6 +20,13 @@ list.includeMissingItems = true
|
||||
###############################################################################
|
||||
list.extensions = zip
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
# not auto-sort the menu items alphabetically, set the following to false.
|
||||
# This does not apply to how your ROMs are sorted.
|
||||
###############################################################################
|
||||
list.menuSort = true
|
||||
|
||||
###############################################################################
|
||||
# The executable to run when an item in a collection item is selected
|
||||
###############################################################################
|
||||
|
||||
@@ -4,3 +4,11 @@
|
||||
# See Menu.xml to configure the menu
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
# not auto-sort the menu items alphabetically, set the following to false.
|
||||
# This does not apply to how your ROMs are sorted.
|
||||
###############################################################################
|
||||
list.menuSort = true
|
||||
|
||||
|
||||
|
||||
@@ -21,6 +21,13 @@ list.includeMissingItems = true
|
||||
###############################################################################
|
||||
list.extensions = zip
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
# not auto-sort the menu items alphabetically, set the following to false.
|
||||
# This does not apply to how your ROMs are sorted.
|
||||
###############################################################################
|
||||
list.menuSort = true
|
||||
|
||||
###############################################################################
|
||||
# The executable to run when an item in a collection item is selected
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user