diff --git a/go/ui/gcd.go b/go/ui/gcd.go index 1569fb2a..3dbf9d2a 100644 --- a/go/ui/gcd.go +++ b/go/ui/gcd.go @@ -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"`