mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
refactor: 🚧 a
This commit is contained in:
parent
936cf29953
commit
c82183b0e5
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ export class AppComponent implements OnInit {
|
|||
}
|
||||
|
||||
public ngOnInit() {
|
||||
this.customizationFacade.settings$().subscribe(x => {
|
||||
this.settingsService.getCustomization().subscribe(x => {
|
||||
this.customizationSettings = x;
|
||||
if (this.customizationSettings && this.customizationSettings.applicationName) {
|
||||
this.applicationName = this.customizationSettings.applicationName;
|
||||
|
|
|
@ -78,7 +78,7 @@ export class MyNavComponent implements OnInit {
|
|||
this.issuesEnabled = await this.settingsService.issueEnabled().toPromise();
|
||||
this.settingState.setIssue(this.issuesEnabled);
|
||||
|
||||
this.customizationFacade.settings$().subscribe(settings => {
|
||||
this.settingsService.getCustomization().subscribe(settings => {
|
||||
this.customizationSettings = settings;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue