diff --git a/system/ui/setup.py b/system/ui/setup.py index 8c75b8e7c7..7cf4cac9b4 100755 --- a/system/ui/setup.py +++ b/system/ui/setup.py @@ -167,6 +167,7 @@ class Setup: rl.Rectangle(rect.x + MARGIN + button_width + BUTTON_SPACING, button_y, button_width, BUTTON_HEIGHT), continue_text, button_style=ButtonStyle.PRIMARY if continue_enabled else ButtonStyle.NORMAL, + is_enabled=continue_enabled, ): self.state = SetupState.SOFTWARE_SELECTION self.stop_network_check_thread.set()