Skip to content

Commit

Permalink
Connection status issue jamulussoftware#2519 second stage
Browse files Browse the repository at this point in the history
Moved Connect/Disconnect code from CClientdlg to CClient.
Now using the proper connected checks in several places.
Added bDisconnectAndDisable to CChannel. (For a Client now
Channel.Disconnect() will block audio data and auto disable the channel on disconnected)
  • Loading branch information
pgScorpio committed Apr 5, 2022
1 parent a675833 commit 95a6509
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,6 @@ int main ( int argc, char** argv )
// initialise message boxes
CMsgBoxes::init ( &ClientDlg, strClientName.isEmpty() ? QString ( APP_NAME ) : QString ( APP_NAME ) + " " + strClientName );

// initialise message boxes
CMsgBoxes::init ( &ClientDlg, strClientName.isEmpty() ? QString ( APP_NAME ) : QString ( APP_NAME ) + " " + strClientName );

// show dialog
ClientDlg.show();

Expand Down

0 comments on commit 95a6509

Please sign in to comment.