From ab8148fe0c4a3010e0899835da4876a55d8ef7c2 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 10 Oct 2025 00:05:37 -0400 Subject: [PATCH] Removed the "not installed" status from things in the menu. The progress report will let users know what is happening when selected. --- usr/local/bin/game_launcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/bin/game_launcher.py b/usr/local/bin/game_launcher.py index 40e5197..41b3ed8 100755 --- a/usr/local/bin/game_launcher.py +++ b/usr/local/bin/game_launcher.py @@ -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