From 2255cf1ab74c0843721047bba66c53dff12ca915 Mon Sep 17 00:00:00 2001 From: Tobias Sterbak Date: Wed, 26 Jul 2023 12:12:51 +0200 Subject: [PATCH] Fix to show the step-header images again --- openandroidinstaller/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openandroidinstaller/widgets.py b/openandroidinstaller/widgets.py index c488d36c..98b8b147 100644 --- a/openandroidinstaller/widgets.py +++ b/openandroidinstaller/widgets.py @@ -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,