gcd.firstTime + SettingsList scrolls #388

Merged
erinn merged 3 commits from android_tests into master 2020-11-23 21:24:22 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 8340b7aed3 - Show all commits

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"`