MainApplicationContext: removed SaveConfig() since by default the app runs with low priviledge and cannot save config file.

This commit is contained in:
Shreyas Zare
2020-07-04 18:14:35 +05:30
parent 8441610401
commit bbe042997c

View File

@@ -263,7 +263,7 @@ namespace DnsServerSystemTrayApp
{
_dnsProviders.Clear();
_dnsProviders.AddRange(DnsProvider.GetDefaultProviders());
SaveConfig();
_dnsProviders.Sort();
}
catch (Exception ex)
{