splash: hide ready msg while shutdown
This commit is contained in:
parent
bc366b708d
commit
b73292c8f9
@ -777,6 +777,8 @@ class KlipperScreen(Gtk.Window):
|
||||
self.base_panel.show_macro_shortcut(False)
|
||||
self.wake_screen()
|
||||
msg = self.printer.get_stat("webhooks", "state_message")
|
||||
if "ready" in msg:
|
||||
msg = ""
|
||||
self.printer_initializing("<b>" + _("Klipper has shutdown") +
|
||||
"</b>" + "\n\n" + msg)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user