moved the connect button to the center of the screen
This commit is contained in:
parent
29bef052c7
commit
fe08fd3f0a
3 changed files with 7 additions and 4 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue