Removed the "not installed" status from things in the menu. The progress report will let users know what is happening when selected.

This commit is contained in:
Storm Dragon
2025-10-10 00:05:37 -04:00
parent 3864036806
commit ab8148fe0c

View File

@@ -1028,8 +1028,8 @@ if __name__ == "__main__":
menu.add_item("Arcade", "Toy Mania", "GAME='Toy Mania' startx")
menu.add_item("Arcade", "Villains From Beyond", "GAME='Villains From Beyond' startx")
menu.add_item("Arcade", "Wicked Quest", "GAME='Wicked Quest' startx")
menu.add_item("Arcade", menu.get_display_name("Wreckingball", "wreckingball"), "GAME='Wreckingball' startx")
menu.add_item("Arcade", menu.get_display_name("Wreckingball (Pulped)", "wreckingball-pulped"), "GAME='Wreckingball (Pulped)' startx")
menu.add_item("Arcade", "Wreckingball", "GAME='Wreckingball' startx")
menu.add_item("Arcade", "Wreckingball (Pulped)", "GAME='Wreckingball (Pulped)' startx")
menu.add_item("Arcade", "Zombowl", "GAME='Zombowl' startx")
# Add board and card games section