This commit is contained in:
TheXamlGuy
2024-02-01 22:13:45 +00:00
parent 6dbe2db584
commit 4edb0a7eb5
21 changed files with 126 additions and 85 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public class WidgetConfiguration
internal Guid Id { get; set; } = Guid.NewGuid();
[JsonInclude]
internal bool Enabled { get; set; }
internal bool IsEnabled { get; set; }
}
public class WidgetConfiguration<TConfiguration>;