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
|
|
@ -77,7 +77,7 @@ void SettingsController::toggleLogging(bool enable)
|
|||
{
|
||||
m_settings->setSaveLogs(enable);
|
||||
#ifdef Q_OS_IOS
|
||||
AmneziaVPN::toggleLogging(enable);
|
||||
DefaultVPN::toggleLogging(enable);
|
||||
#endif
|
||||
if (enable == true) {
|
||||
qInfo().noquote() << QString("Logging has enabled on %1 version %2 %3").arg(APPLICATION_NAME, APP_VERSION, GIT_COMMIT_HASH);
|
||||
|
|
@ -170,7 +170,7 @@ void SettingsController::clearSettings()
|
|||
emit changeSettingsFinished(tr("All settings have been reset to default values"));
|
||||
|
||||
#ifdef Q_OS_IOS
|
||||
AmneziaVPN::clearSettings();
|
||||
DefaultVPN::clearSettings();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue