Closed georgbuechner closed 2 years ago
On every update from server, the server should additionally send which options are available:
{ ... "avaiblibe_options": [true, false, false, false, false]", ... }
Ideally the server while memorize the clients current view-point and can by this also send available options in different contexts (f.e. in synapse menu)
For this it will probably be needed to change calling PrintTopline to SetTopline and then print the topline at every field-update.
PrintTopline
SetTopline
On every update from server, the server should additionally send which options are available:
Ideally the server while memorize the clients current view-point and can by this also send available options in different contexts (f.e. in synapse menu)