Add setting for showing scene scrubber by default (#2325)

This commit is contained in:
WithoutPants
2022-02-20 11:08:05 +11:00
committed by GitHub
parent 4a6e26dcc8
commit d678283486
8 changed files with 51 additions and 56 deletions

View File

@@ -296,6 +296,8 @@ func (r *mutationResolver) ConfigureInterface(ctx context.Context, input models.
setBool(config.NotificationsEnabled, input.NotificationsEnabled)
setBool(config.ShowScrubber, input.ShowScrubber)
if input.WallPlayback != nil {
c.Set(config.WallPlayback, *input.WallPlayback)
}