Skip to content

Commit

Permalink
Better handling of session window open when autoconnect fail
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Mar 28, 2024
1 parent b8d42e6 commit d6b85ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfrmsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ CFrmSession::addTxRow(bool bEnable,
bool
CFrmSession::isConnected(void)
{
return m_connect->isChecked();
return m_vscpClient->isConnected();
}

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit d6b85ca

Please sign in to comment.