Improve error messages (#549)

Shows if the issue is with moonraker or klipper
if the issue is with klipper and there is info about it then show it
Reconnect now has a counter and it's visible to the user
This commit is contained in:
Alfredo Monclus
2022-03-18 20:18:53 -03:00
committed by GitHub
parent 7dc74f74f4
commit 046e03b883
4 changed files with 49 additions and 24 deletions

View File

@@ -56,7 +56,7 @@ class SplashScreenPanel(ScreenPanel):
self.content.add(main)
def update_text(self, text):
self.labels['text'].set_text(text)
self.labels['text'].set_markup("%s" % text)
self.clear_action_bar()
def clear_action_bar(self):