Connection button status change for background start
This commit is contained in:
parent
c4f94efe24
commit
7eaaef6e75
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ bool IosController::initialize()
|
||||||
if (manager.connection.status == NEVPNStatusConnected) {
|
if (manager.connection.status == NEVPNStatusConnected) {
|
||||||
m_currentTunnel = manager;
|
m_currentTunnel = manager;
|
||||||
qDebug() << "IosController::initialize : VPN already connected";
|
qDebug() << "IosController::initialize : VPN already connected";
|
||||||
|
emit connectionStateChanged(Vpn::ConnectionState::Connected);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// TODO: show connected state
|
// TODO: show connected state
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue