diff --git a/system/ui/setup.py b/system/ui/setup.py index 800ca7662c..03f84b2e41 100755 --- a/system/ui/setup.py +++ b/system/ui/setup.py @@ -313,6 +313,7 @@ class Setup(Widget): self._custom_software_warning_back_button.render(rl.Rectangle(rect.x + MARGIN, button_y, button_width, BUTTON_HEIGHT)) self._custom_software_warning_continue_button.render(rl.Rectangle(rect.x + MARGIN * 2 + button_width, button_y, button_width, BUTTON_HEIGHT)) + if offset.y < (rect.height - warn_rect.height): self._custom_software_warning_continue_button.set_enabled(True) self._custom_software_warning_continue_button.set_text("Continue")