Skip to content

Commit 2255cf1

Browse files
committed
Fix to show the step-header images again
1 parent 3602413 commit 2255cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def get_title(
173173
content = Column(
174174
controls=[
175175
Image(
176-
src=f"/assets/imgs/{step_indicator_img}",
176+
src=f"/imgs/{step_indicator_img}",
177177
fit="fitWidth",
178178
tooltip=f"Current step: {title}",
179179
width=600,

0 commit comments

Comments
 (0)