mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Allow nullable for Configuration
This commit is contained in:
parent
57541b351a
commit
1cafae8278
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
public class JsonRPCPluginSettings
|
||||
{
|
||||
public required JsonRpcConfigurationModel Configuration { get; init; }
|
||||
public required JsonRpcConfigurationModel? Configuration { get; init; }
|
||||
|
||||
public required string SettingPath { get; init; }
|
||||
public Dictionary<string, FrameworkElement> SettingControls { get; } = new();
|
||||
|
|
|
|||
Loading…
Reference in a new issue