mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Download video backgrounds setting; improved settings loading
This commit is contained in:
@@ -8,5 +8,10 @@ import { SettingsService } from './core/services/settings.service'
|
||||
})
|
||||
export class AppComponent {
|
||||
|
||||
constructor(private settingsService: SettingsService) { }
|
||||
settingsLoaded = false
|
||||
|
||||
constructor(private settingsService: SettingsService) {
|
||||
// Ensure settings are loaded before rendering the application
|
||||
settingsService.loadSettings().then(() => this.settingsLoaded = true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user