mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
Fixed failure to initialize double tap and wait to switch timeouts.
This commit is contained in:
parent
610518104b
commit
4805453190
@ -117,6 +117,9 @@ CServer::CServer(const CConfig& config, CPrimaryClient* primaryClient) :
|
||||
// add connection
|
||||
addClient(m_primaryClient);
|
||||
|
||||
// process options locally
|
||||
processOptions();
|
||||
|
||||
// tell primary client about its options
|
||||
sendOptions(m_primaryClient);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user