feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references
This commit is contained in:
parent
41b52e900c
commit
41f8fd884d
6 changed files with 15 additions and 15 deletions
|
|
@ -766,7 +766,7 @@ void ServersModel::removeApiConfig(const int serverIndex)
|
|||
.arg(serverConfig[config_key::hostName].toString())
|
||||
.arg(serverConfig[config_key::vpnproto].toString());
|
||||
|
||||
AmneziaVPN::removeVPNC(vpncName.toStdString());
|
||||
DefaultVPN::removeVPNC(vpncName.toStdString());
|
||||
#endif
|
||||
|
||||
serverConfig.remove(config_key::dns1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue