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 4a2638f commit 7af8955Copy full SHA for 7af8955
FetchXmlBuilder/Forms/Supporting.cs
@@ -38,7 +38,7 @@ public static void ShowIf(PluginControlBase plugin, bool manual, bool reload, Ap
38
{
39
settings = ToolSettings.Get();
40
// settings.Save();
41
- display = ShowSupporting(plugin.ToolName);
+ display = ShowSupporting(plugin.ToolName) || manual;
42
}
43
if (!display)
44
0 commit comments