Skip to content

Commit 1cafae8

Browse files
committed
Allow nullable for Configuration
1 parent 57541b3 commit 1cafae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Flow.Launcher.Core.Plugin
1010
{
1111
public class JsonRPCPluginSettings
1212
{
13-
public required JsonRpcConfigurationModel Configuration { get; init; }
13+
public required JsonRpcConfigurationModel? Configuration { get; init; }
1414

1515
public required string SettingPath { get; init; }
1616
public Dictionary<string, FrameworkElement> SettingControls { get; } = new();

0 commit comments

Comments
 (0)