diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-23 15:25:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-23 15:25:21 +0100 |
commit | 8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9 (patch) | |
tree | 0ee8b530a2fc92e86329f77118070b003536120c /client/src/app/shared | |
parent | ff71e06ad1ede135b8929c46c4b55a7dd3b65dc8 (diff) | |
parent | b1d8261c458f5c9a800539d0aebc749e53dfcdbe (diff) | |
download | PeerTube-8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9.tar.gz PeerTube-8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9.tar.zst PeerTube-8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9.zip |
Merge branch 'release/5.0.0' into develop
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-user-settings/user-video-settings.component.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-user-settings/user-video-settings.component.ts b/client/src/app/shared/shared-user-settings/user-video-settings.component.ts index af0870f12..ed6e7fffd 100644 --- a/client/src/app/shared/shared-user-settings/user-video-settings.component.ts +++ b/client/src/app/shared/shared-user-settings/user-video-settings.component.ts | |||
@@ -127,6 +127,9 @@ export class UserVideoSettingsComponent extends FormReactive implements OnInit, | |||
127 | 127 | ||
128 | private updateAnonymousProfile (details: UserUpdateMe) { | 128 | private updateAnonymousProfile (details: UserUpdateMe) { |
129 | this.userService.updateMyAnonymousProfile(details) | 129 | this.userService.updateMyAnonymousProfile(details) |
130 | if (this.notifyOnUpdate) this.notifier.success($localize`Display/Video settings updated.`) | 130 | |
131 | if (this.notifyOnUpdate) { | ||
132 | this.notifier.success($localize`Display/Video settings updated.`) | ||
133 | } | ||
131 | } | 134 | } |
132 | } | 135 | } |