wip client regenerated

This commit is contained in:
2026-03-02 20:53:13 +01:00
parent c67aac242a
commit 648fac1c38

View File

@@ -55,7 +55,7 @@ class XRayEye(RPCBase):
"""
@rpc_call
def enable_submit_button(self, enable: "int"):
def enable_submit_button(self, enable: "bool"):
"""
Enable/disable submit button.
Args:
@@ -109,3 +109,15 @@ class XRayEye2DControl(RPCBase):
"""
Cleanup the BECConnector
"""
@rpc_call
def attach(self):
"""
None
"""
@rpc_call
def detach(self):
"""
Detach the widget from its parent dock widget (if widget is in the dock), making it a floating widget.
"""