We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75449ab commit f2f899fCopy full SHA for f2f899f
1 file changed
openandroidinstaller/views/select_view.py
@@ -128,7 +128,9 @@ def init_visuals(
128
)
129
130
# initialize and manage button state.
131
- self.confirm_button = confirm_button(self.on_confirm, confirm_text="Let's start flashing!")
+ self.confirm_button = confirm_button(
132
+ self.on_confirm, confirm_text="Let's start flashing!"
133
+ )
134
self.confirm_button.disabled = True
135
self.continue_eitherway_button = confirm_button(
136
self.on_confirm, "Continue without additional images"
0 commit comments