This commit is contained in:
2025-04-04 11:49:08 +02:00
committed by wyzula_j
co-authored by wyzula_j
parent e1cc87d421
commit 80d4d0def6
+1 -1
View File
@@ -113,7 +113,7 @@ class GUIServer:
self.app.aboutToQuit.connect(self.shutdown)
self.app.setQuitOnLastWindowClosed(False)
# RPCRegister().callbacks.append(self._turn_off_the_lights)
RPCRegister().callbacks.append(self._turn_off_the_lights)
if self.gui_class:
# If the server is started with a specific gui class, we launch it.