rydlrKE commited on
Commit
dc1cc7b
·
1 Parent(s): de482a9

Rebrand top-left UI label to Movimento

Browse files
Files changed (1) hide show
  1. 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="Kimodo")
691
- client.gui.set_panel_label("Kimodo")
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']