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 d5bf57a commit 7d3fde2Copy full SHA for 7d3fde2
1 file changed
SimpleDnsCrypt/ViewModels/CloakAndForwardViewModel.cs
@@ -350,6 +350,7 @@ public void ChangeForwardingRulesFile()
350
if (result == DialogResult.OK)
351
{
352
ForwardingRulesFile = Path.Combine(forwardingFolderDialog.SelectedPath, Global.ForwardingRulesFileName);
353
+ SaveForwardingRulesToFile();
354
}
355
356
catch (Exception exception)
@@ -526,6 +527,7 @@ public void ChangeCloakingRulesFile()
526
527
528
529
CloakingRulesFile = Path.Combine(cloakingFolderDialog.SelectedPath, Global.CloakingRulesFileName);
530
+ SaveCloakingRulesToFile();
531
532
533
0 commit comments