We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1b12f commit a8cfa4dCopy full SHA for a8cfa4d
1 file changed
SimpleDnsCrypt/ViewModels/MainViewModel.cs
@@ -569,7 +569,6 @@ public async void SaveDnsCryptConfiguration()
569
570
if (DnscryptProxyConfiguration?.server_names?.Count > 0)
571
{
572
- LoadResolvers();
573
IsDnsCryptAutomaticModeEnabled = false;
574
//check if all selected servers still match the selected filters
575
var selectedServerNames = DnscryptProxyConfiguration.server_names;
@@ -585,6 +584,7 @@ public async void SaveDnsCryptConfiguration()
585
584
s.IsInServerList = true;
586
}
587
+
588
DnscryptProxyConfiguration.server_names = selectedServerNames;
589
if (DnscryptProxyConfiguration?.server_names?.Count == 0)
590
0 commit comments