pull/36003/head
Maxime Desroches 3 days ago
parent 8d286e035b
commit ae9b8ad114
  1. 1
      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")

Loading…
Cancel
Save