From 18853a7371e8f68868f2592b9f20442d73743649 Mon Sep 17 00:00:00 2001 From: Alfredo Monclus Date: Sun, 2 Jun 2024 06:44:25 -0300 Subject: [PATCH] splash: show the message when klipper is shutdown --- screen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/screen.py b/screen.py index 4dc7253a..3f8339b2 100755 --- a/screen.py +++ b/screen.py @@ -731,7 +731,6 @@ class KlipperScreen(Gtk.Window): def state_shutdown(self): self.printer.stop_tempstore_updates() msg = self.printer.get_stat("webhooks", "state_message") - msg = msg if "ready" not in msg else "" self.printer_initializing(_("Klipper has shutdown") + "\n\n" + msg, go_to_splash=True) def toggle_shortcut(self, show):