wayland: fix icon not showing
This commit is contained in:
parent
960c49636a
commit
160e2ecd31
@ -105,6 +105,7 @@ class KlipperScreen(Gtk.Window):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.exception(f"{e}\n\n{traceback.format_exc()}")
|
logging.exception(f"{e}\n\n{traceback.format_exc()}")
|
||||||
raise RuntimeError from e
|
raise RuntimeError from e
|
||||||
|
GLib.set_prgname('KlipperScreen')
|
||||||
self.blanking_time = 600
|
self.blanking_time = 600
|
||||||
self.use_dpms = True
|
self.use_dpms = True
|
||||||
self.apiclient = None
|
self.apiclient = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user