Improve wording of comment

This commit is contained in:
Martchus 2023-04-15 22:25:07 +02:00
parent 8c74b24045
commit c07f9345b1
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ void SyncthingConnection::setStatus(SyncthingStatus status)
}
}
if (m_status != status || status == SyncthingStatus::Disconnected) {
// emit event if status changed and always for disconnects so isConnecting() is re-evaluated
// emit event if status changed always for disconnects so isConnecting() is re-evaluated
emit statusChanged(m_status = status);
}
}