splash_screen: show detailed error when moonraker connection fails

This commit is contained in:
alfrix
2022-11-21 07:15:02 -03:00
parent bdd3e0ba1b
commit 818f1ab465
3 changed files with 13 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ class SplashScreenPanel(ScreenPanel):
self.content.add(main)
def update_text(self, text):
self.labels['text'].set_markup(f"{text}")
self.labels['text'].set_label(f"{text}")
self.show_restart_buttons()
def clear_action_bar(self):