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 8f2192d commit ba8802bCopy full SHA for ba8802b
RepostConfirmationCanceler/ConfigLoader.cs
@@ -23,7 +23,6 @@ public Section(string name)
23
internal class Config
24
{
25
public bool IgnoreQueryString = false;
26
- public bool OnlyMainFrame = false;
27
public bool WarningWhenCloseDialog = false;
28
public List<Section> SectionList = new List<Section>();
29
}
0 commit comments