0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00
This commit is contained in:
2025-03-28 11:15:12 +01:00
committed by wyzula-jan
parent e1cc87d421
commit 80d4d0def6

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.