Skip to content

Commit

Permalink
Minor formating
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 7, 2024
1 parent 75449ab commit f2f899f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openandroidinstaller/views/select_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ def init_visuals(
)

# initialize and manage button state.
self.confirm_button = confirm_button(self.on_confirm, confirm_text="Let's start flashing!")
self.confirm_button = confirm_button(
self.on_confirm, confirm_text="Let's start flashing!"
)
self.confirm_button.disabled = True
self.continue_eitherway_button = confirm_button(
self.on_confirm, "Continue without additional images"
Expand Down

0 comments on commit f2f899f

Please sign in to comment.