moved the connect button to the center of the screen

This commit is contained in:
vladimir.kuznetsov 2023-08-28 11:06:58 +03:00
parent 29bef052c7
commit fe08fd3f0a
3 changed files with 7 additions and 4 deletions

View file

@ -72,7 +72,7 @@ void ConnectionController::onConnectionStateChanged(Vpn::ConnectionState state)
case Vpn::ConnectionState::Connected: {
m_isConnectionInProgress = false;
m_isConnected = true;
m_connectionStateText = tr("Disconnect");
m_connectionStateText = tr("Connected");
break;
}
case Vpn::ConnectionState::Connecting: {