forked from CreatBot/CreatBotKlipperScreen
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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user