Skip to content

Remove redundancy in the menu skinlist

username-removed-51285 requested to merge sev/menu_skinlist_titles into master

Currently, the menu skinlist displays the directory name of the skin, as well as the title from skinvalues.txt, which is unnecessarily redundant:

  • luminos: Luminos (default)
  • wickedx: WickedX
  • xaw: Xaw

This branch cleans up the skinlist by removing the directory name from the title:

  • Luminos (default)
  • WickedX
  • Xaw

Merge request reports