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 57541b3 commit 1cafae8Copy full SHA for 1cafae8
Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs
@@ -10,7 +10,7 @@ namespace Flow.Launcher.Core.Plugin
10
{
11
public class JsonRPCPluginSettings
12
13
- public required JsonRpcConfigurationModel Configuration { get; init; }
+ public required JsonRpcConfigurationModel? Configuration { get; init; }
14
15
public required string SettingPath { get; init; }
16
public Dictionary<string, FrameworkElement> SettingControls { get; } = new();
0 commit comments