Fix signup button display

This commit is contained in:
Chocobozzz 2021-07-20 13:49:46 +02:00
parent 722b65584e
commit 98fb490eb6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@ export class MenuComponent implements OnInit {
.subscribe(() => this.buildUserLanguages())
})
this.serverService.getConfig()
.subscribe(config => this.serverConfig = config)
this.modalService.openQuickSettingsSubject
.subscribe(() => this.openQuickSettings())
}