CW-506-Add-a-switch-to-enable-disable-domain-lookups (#1155)

* looks up domain ui

* update address resolv func

* add localization

* minor fixes

* Revert "Merge branch 'main' into CW-506-Add-a-switch-to-enable-disable-domain-lookups"

This reverts commit 92924a90e8, reversing
changes made to 5a2a203054.

* Revert "Revert "Merge branch 'main' into CW-506-Add-a-switch-to-enable-disable-domain-lookups""

This reverts commit 00cf6a1cad.

* fix merge commit
This commit is contained in:
Serhii 2023-11-03 21:23:11 +02:00 committed by GitHub
parent 2d454e0e48
commit ca6ccf1cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 316 additions and 50 deletions

View file

@ -81,6 +81,7 @@ class Routes {
static const connectionSync = '/connection_sync_page';
static const securityBackupPage = '/security_and_backup_page';
static const privacyPage = '/privacy_page';
static const domainLookupsPage = '/domain_lookups_page';
static const displaySettingsPage = '/display_settings_page';
static const otherSettingsPage = '/other_settings_page';
static const advancedPrivacySettings = '/advanced_privacy_settings';