Spaces:
Running on Zero
Running on Zero
Rebrand top-left UI label to Movimento
Browse files- kimodo/demo/app.py +2 -2
kimodo/demo/app.py
CHANGED
|
@@ -687,8 +687,8 @@ class Demo:
|
|
| 687 |
)
|
| 688 |
else:
|
| 689 |
image = None
|
| 690 |
-
titlebar_theme = TitlebarConfig(buttons=buttons, image=image, title_text="
|
| 691 |
-
client.gui.set_panel_label("
|
| 692 |
client.gui.configure_theme(
|
| 693 |
titlebar_content=titlebar_theme,
|
| 694 |
control_layout="floating", # "floating", # ['floating', 'collapsible', 'fixed']
|
|
|
|
| 687 |
)
|
| 688 |
else:
|
| 689 |
image = None
|
| 690 |
+
titlebar_theme = TitlebarConfig(buttons=buttons, image=image, title_text="Movimento")
|
| 691 |
+
client.gui.set_panel_label("Movimento")
|
| 692 |
client.gui.configure_theme(
|
| 693 |
titlebar_content=titlebar_theme,
|
| 694 |
control_layout="floating", # "floating", # ['floating', 'collapsible', 'fixed']
|