Skip to content

Commit 5f02a08

Browse files
Update SteamRoulette.py
1 parent 644f4aa commit 5f02a08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SteamRoulette.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,8 @@ def spin_wheel(self):
526526

527527
# Disable the spin button while the animation is running
528528
self.button_spin.config(state=tk.DISABLED, text="Re-Roll")
529+
self.button_launch.config(state=tk.DISABLED)
530+
self.button_store.config(state=tk.DISABLED)
529531

530532
# Clear previous game name and other UI elements
531533
self.label_game_name.config(text="")

0 commit comments

Comments
 (0)