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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user