Skip to content

Commit f14e79d

Browse files
Jack251970Yusyuriv
andauthored
Update Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs
Co-authored-by: Yan Li <[email protected]>
1 parent 444d295 commit f14e79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ public Control CreateSettingPanel()
183183
StackPanel? panel = null;
184184
FrameworkElement contentControl;
185185

186-
// If the type is textBlock, seperator or check box, we do not need to create a panel
187-
if (type != "textBlock" && type != "seperator" && type != "checkbox")
186+
// If the type is textBlock, separator, or checkbox, we do not need to create a panel
187+
if (type != "textBlock" && type != "separator" && type != "checkbox")
188188
{
189189
// Create a panel to hold the label and description
190190
panel = new StackPanel

0 commit comments

Comments
 (0)