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:
@@ -9,7 +9,6 @@ public class PrimaryWidget :
|
||||
public IWidgetBuilder Create() =>
|
||||
WidgetBuilder<PrimaryWidgetConfiguration>.Configure(args =>
|
||||
{
|
||||
args.Id = Guid.Parse("cfdfe07c-d9d6-4174-ae41-988ca24d2e10");
|
||||
args.Name = "Primary commands";
|
||||
}).ConfigureServices(services =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user