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 54e693d commit 9d7ac85Copy full SHA for 9d7ac85
Flow.Launcher/ViewModel/PluginViewModel.cs
@@ -132,7 +132,6 @@ public double PluginSearchDelayTime
132
public Control BottomPart2 => IsExpanded ? _bottomPart2 ??= new InstalledPluginDisplayBottomData() : null;
133
134
public bool HasSettingControl =>
135
- !PluginManager.IsInitializingOrInitFailed(PluginPair.Metadata.ID) && // Do not show setting panel for initializing or init failed plugins
136
PluginPair.Plugin is ISettingProvider &&
137
(PluginPair.Plugin is not JsonRPCPluginBase jsonRPCPluginBase || // Is not JsonRPC plugin
138
jsonRPCPluginBase.NeedCreateSettingPanel()); // Is JsonRPC plugin and need to create setting panel
0 commit comments