diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-20 13:49:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 13:49:46 +0200 |
commit | 98fb490eb67e756e7c9da07c1a961bcb24b99885 (patch) | |
tree | 72070f0b603188fe6b8a51ddb892f0c92cf9ada4 /client/src/app | |
parent | 722b65584e4e82cbc0277d3a0b57cc0eadbab0e0 (diff) | |
download | PeerTube-98fb490eb67e756e7c9da07c1a961bcb24b99885.tar.gz PeerTube-98fb490eb67e756e7c9da07c1a961bcb24b99885.tar.zst PeerTube-98fb490eb67e756e7c9da07c1a961bcb24b99885.zip |
Fix signup button display
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/menu/menu.component.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index be6e8af51..627a8712f 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts | |||
@@ -122,6 +122,9 @@ export class MenuComponent implements OnInit { | |||
122 | .subscribe(() => this.buildUserLanguages()) | 122 | .subscribe(() => this.buildUserLanguages()) |
123 | }) | 123 | }) |
124 | 124 | ||
125 | this.serverService.getConfig() | ||
126 | .subscribe(config => this.serverConfig = config) | ||
127 | |||
125 | this.modalService.openQuickSettingsSubject | 128 | this.modalService.openQuickSettingsSubject |
126 | .subscribe(() => this.openQuickSettings()) | 129 | .subscribe(() => this.openQuickSettings()) |
127 | } | 130 | } |