mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
Connection button status change for background start
This commit is contained in:
@@ -98,6 +98,7 @@ bool IosController::initialize()
|
||||
if (manager.connection.status == NEVPNStatusConnected) {
|
||||
m_currentTunnel = manager;
|
||||
qDebug() << "IosController::initialize : VPN already connected";
|
||||
emit connectionStateChanged(Vpn::ConnectionState::Connected);
|
||||
break;
|
||||
|
||||
// TODO: show connected state
|
||||
|
||||
Reference in New Issue
Block a user