use argument for landscape images
This commit is contained in:
parent
b0adcf08ea
commit
b89f441c16
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue