fix: make gui client registry callback non static

This commit is contained in:
2026-04-14 08:10:34 +02:00
committed by David Perl
parent 0ff1fdc815
commit 32f5d486d3
2 changed files with 4 additions and 8 deletions
-1
View File
@@ -250,7 +250,6 @@ class BECGuiClient(RPCBase):
self._client.connector.register(
MessageEndpoints.gui_registry_state(self._gui_id),
cb=self._handle_registry_update,
parent=self,
from_start=True,
)