Skip to content

Commit

Permalink
Fix to show the step-header images again
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Jul 26, 2023
1 parent 3602413 commit 2255cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_title(
content = Column(
controls=[
Image(
src=f"/assets/imgs/{step_indicator_img}",
src=f"/imgs/{step_indicator_img}",
fit="fitWidth",
tooltip=f"Current step: {title}",
width=600,
Expand Down

0 comments on commit 2255cf1

Please sign in to comment.