We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2213ee8 commit 479fba6Copy full SHA for 479fba6
openandroidinstaller/views/select_view.py
@@ -128,7 +128,7 @@ def init_visuals(
128
)
129
130
# initialize and manage button state.
131
- self.confirm_button = confirm_button(self.on_confirm)
+ self.confirm_button = confirm_button(self.on_confirm, confirm_text="Let's start flashing!")
132
self.confirm_button.disabled = True
133
self.continue_eitherway_button = confirm_button(
134
self.on_confirm, "Continue without additional images"
0 commit comments