use argument for landscape images

This commit is contained in:
flukx 2024-08-18 17:44:30 +02:00
parent b0adcf08ea
commit b89f441c16

View file

@ -409,8 +409,7 @@ def show_part_changer(ui_element: nicegui.ui.element, part: Part) -> None:
"height=100px").props("fit='scale-down'")
nicegui.app.add_static_files('/images_landscape', 'images_landscape')
nicegui.app.add_static_files('/images_landscape', gl_options.images_landscape)
ui.run(title="Fahrradteile",
favicon="website_resources/favicon.ico",
language="de",