Fix signup button display
This commit is contained in:
parent
722b65584e
commit
98fb490eb6
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue