mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
MainApplicationContext: removed SaveConfig() since by default the app runs with low priviledge and cannot save config file.
This commit is contained in:
@@ -263,7 +263,7 @@ namespace DnsServerSystemTrayApp
|
|||||||
{
|
{
|
||||||
_dnsProviders.Clear();
|
_dnsProviders.Clear();
|
||||||
_dnsProviders.AddRange(DnsProvider.GetDefaultProviders());
|
_dnsProviders.AddRange(DnsProvider.GetDefaultProviders());
|
||||||
SaveConfig();
|
_dnsProviders.Sort();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user