aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-09 13:41:24 +0100
committerChocobozzz <me@florianbigard.com>2021-12-09 13:41:24 +0100
commit0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a (patch)
tree6f787473199e6d7e161137c5ab66a169f461499f /client/src/app/shared
parent6ba93fa6392429f22d338f3cdce50707995ced3b (diff)
parent2e694a3b9850fa8f426aa4bf31fc8a596ae2d310 (diff)
downloadPeerTube-0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a.tar.gz
PeerTube-0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a.tar.zst
PeerTube-0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a.zip
Merge branch 'release/4.0.0' into develop
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared-user-settings/user-interface-settings.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-user-settings/user-interface-settings.component.ts b/client/src/app/shared/shared-user-settings/user-interface-settings.component.ts
index bd1cb0353..d04a2c348 100644
--- a/client/src/app/shared/shared-user-settings/user-interface-settings.component.ts
+++ b/client/src/app/shared/shared-user-settings/user-interface-settings.component.ts
@@ -48,7 +48,7 @@ export class UserInterfaceSettingsComponent extends FormReactive implements OnIn
48 }) 48 })
49 49
50 if (this.reactiveUpdate) { 50 if (this.reactiveUpdate) {
51 this.formValuesWatcher = this.form.valueChanges.subscribe(val => this.updateInterfaceSettings()) 51 this.formValuesWatcher = this.form.valueChanges.subscribe(() => this.updateInterfaceSettings())
52 } 52 }
53 }) 53 })
54 } 54 }