mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
account for new comms relay state in displaying relay conn status
This commit is contained in:
parent
8be09b3fc4
commit
b7e2567c7d
1 changed files with 1 additions and 0 deletions
|
@ -1649,6 +1649,7 @@ ceFlattenState( const CEAppGlobals* globals )
|
|||
state = CENSTATE_TRYING_RELAY;
|
||||
break;
|
||||
case COMMS_RELAYSTATE_CONNECTED:
|
||||
case COMMS_RELAYSTATE_RECONNECTED:
|
||||
state = CENSTATE_HAVE_RELAY;
|
||||
break;
|
||||
case COMMS_RELAYSTATE_ALLCONNECTED:
|
||||
|
|
Loading…
Reference in a new issue