wayland: fix icon not showing

This commit is contained in:
alfrix 2024-01-26 11:32:42 -03:00
parent 960c49636a
commit 160e2ecd31

View File

@ -105,6 +105,7 @@ class KlipperScreen(Gtk.Window):
except Exception as e:
logging.exception(f"{e}\n\n{traceback.format_exc()}")
raise RuntimeError from e
GLib.set_prgname('KlipperScreen')
self.blanking_time = 600
self.use_dpms = True
self.apiclient = None