Skip to content

Commit a8cfa4d

Browse files
committed
Resolver UI
Fixes #288, #292
1 parent 4e1b12f commit a8cfa4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SimpleDnsCrypt/ViewModels/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ public async void SaveDnsCryptConfiguration()
569569

570570
if (DnscryptProxyConfiguration?.server_names?.Count > 0)
571571
{
572-
LoadResolvers();
573572
IsDnsCryptAutomaticModeEnabled = false;
574573
//check if all selected servers still match the selected filters
575574
var selectedServerNames = DnscryptProxyConfiguration.server_names;
@@ -585,6 +584,7 @@ public async void SaveDnsCryptConfiguration()
585584
s.IsInServerList = true;
586585
}
587586
}
587+
588588
DnscryptProxyConfiguration.server_names = selectedServerNames;
589589
if (DnscryptProxyConfiguration?.server_names?.Count == 0)
590590
{

0 commit comments

Comments
 (0)