Format gcd vars to spec
the build was successful Details

This commit is contained in:
Sarah Jamie Lewis 2020-11-23 13:15:42 -08:00
parent e74a0e8dc2
commit 8340b7aed3
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ type GrandCentralDispatcher struct {
_ string `property:"assetPath"`
_ string `property:"selectedProfile,auto"`
_ string `property:"selectedConversation,auto"`
_ bool `property:experimentsEnabled,auto,changed`
_ map[string]bool `property:experiments,auto,changed`
_ bool `property:"experimentsEnabled,auto,changed"`
_ map[string]bool `property:"experiments,auto,changed"`
// profile management stuff
_ func() `signal:"Loaded"`