feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references

This commit is contained in:
Yaroslav Yashin 2025-03-24 14:09:08 +01:00
parent 41b52e900c
commit 41f8fd884d
6 changed files with 15 additions and 15 deletions

View file

@ -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);