More refactoring
This commit is contained in:
@@ -6,5 +6,7 @@ namespace Hyperbar.Windows.Primary;
|
||||
[JsonDerivedType(typeof(ProcessCommandConfiguration), typeDiscriminator: "ProcessCommand")]
|
||||
public class PrimaryCommandConfiguration
|
||||
{
|
||||
public string? Icon { get; set; }
|
||||
public required string Id { get; set; }
|
||||
|
||||
public required string Icon { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user