diff options
Diffstat (limited to 'client/src/app/menu')
-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 | } |