Skip to content

Commit 7af8955

Browse files
committed
Bugfix
1 parent 4a2638f commit 7af8955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FetchXmlBuilder/Forms/Supporting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void ShowIf(PluginControlBase plugin, bool manual, bool reload, Ap
3838
{
3939
settings = ToolSettings.Get();
4040
// settings.Save();
41-
display = ShowSupporting(plugin.ToolName);
41+
display = ShowSupporting(plugin.ToolName) || manual;
4242
}
4343
if (!display)
4444
{

0 commit comments

Comments
 (0)