Browse Source

resend option-gui capability when connecting to a running nsmd with loaded session

tags/v1.4.0
Nils 4 years ago
parent
commit
15fe4b61af
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/nsmd.cpp

+ 3
- 0
src/nsmd.cpp View File

@@ -2287,6 +2287,9 @@ announce_gui( const char *url, bool is_reply )

osc_server->send( gui_addr, "/nsm/gui/client/new", c->client_id, c->name );
osc_server->send( gui_addr, "/nsm/gui/client/status", c->client_id, c->status );
if ( c->is_capable_of( ":optional-gui:" ) )
osc_server->send( gui_addr, "/nsm/gui/client/has_optional_gui", c->client_id );

}

//Send two parameters. The first one is the short session name, which is the directory name.


Loading…
Cancel
Save