Refactor widget configuration so only the very low configuration gets written first. The actual configuration are only to be written once the widget has been turned on by the user

This commit is contained in:
TheXamlGuy
2024-01-22 22:45:44 +00:00
parent 186d244268
commit 6daaa39b8c
11 changed files with 45 additions and 43 deletions
@@ -10,7 +10,6 @@ public class MediaControllerWidget :
public IWidgetBuilder Create() =>
WidgetBuilder<MediaControllerWidgetConfiguration>.Configure(args =>
{
args.Id = Guid.Parse("1667a800-ec5a-4d39-aa75-4f5ee95bb9f1");
args.Name = "Media controller";
}).ConfigureServices(args =>
{