reset: recover needs to reboot (#37546)

fix not rebooting
This commit is contained in:
Shane Smiskol
2026-03-04 01:23:56 -08:00
committed by GitHub
parent 7e1a8d41a1
commit 20d484c7cb
+1
View File
@@ -91,6 +91,7 @@ class Reset(Widget):
if self._mode == ResetMode.RECOVER:
self._cancel_button.set_text("reboot")
self._cancel_button.set_click_callback(self._do_reboot)
self._cancel_button.render(rl.Rectangle(
rect.x + 8,
rect.y + rect.height - self._cancel_button.rect.height,