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 22fb5b1 commit cbcebadCopy full SHA for cbcebad
Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs
@@ -154,7 +154,7 @@ public bool NeedCreateSettingPanel()
154
155
public Control CreateSettingPanel()
156
{
157
- if (!NeedCreateSettingPanel()) return null;
+ if (!NeedCreateSettingPanel()) return null!;
158
159
// Create main grid with two columns (Column 1: Auto, Column 2: *)
160
var mainPanel = new Grid { Margin = SettingPanelMargin, VerticalAlignment = VerticalAlignment.Center };
0 commit comments