mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs
Co-authored-by: Yan Li <Yusyuriv@users.noreply.github.com>
This commit is contained in:
parent
444d29506d
commit
f14e79dbc1
1 changed files with 2 additions and 2 deletions
|
|
@ -183,8 +183,8 @@ namespace Flow.Launcher.Core.Plugin
|
|||
StackPanel? panel = null;
|
||||
FrameworkElement contentControl;
|
||||
|
||||
// If the type is textBlock, seperator or check box, we do not need to create a panel
|
||||
if (type != "textBlock" && type != "seperator" && type != "checkbox")
|
||||
// If the type is textBlock, separator, or checkbox, we do not need to create a panel
|
||||
if (type != "textBlock" && type != "separator" && type != "checkbox")
|
||||
{
|
||||
// Create a panel to hold the label and description
|
||||
panel = new StackPanel
|
||||
|
|
|
|||
Loading…
Reference in a new issue