Add review terms & conditions to device settings w only accept

This commit is contained in:
Shane Smiskol
2026-02-28 22:02:42 -08:00
parent b10c2ada79
commit 24d3f07a2f
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -249,6 +249,7 @@ class TermsPage(Widget):
pass
def _render(self, _):
rl.draw_rectangle_rec(self._rect, rl.BLACK)
scroll_offset = round(self._scroll_panel.update(self._rect, self._content_height + self._continue_button.rect.height + 16))
if scroll_offset <= self._scrolled_down_offset: