Skeleton implementation of color setting

This commit is contained in:
Michael Shamoon
2022-03-09 14:12:28 -08:00
parent 9798398d9e
commit ac435f17a1
4 changed files with 54 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ export class AppComponent implements OnInit, OnDestroy {
constructor (private settings: SettingsService, private consumerStatusService: ConsumerStatusService, private toastService: ToastService, private router: Router) {
let anyWindow = (window as any)
anyWindow.pdfWorkerSrc = 'assets/js/pdf.worker.min.js';
this.settings.updateDarkModeSettings()
this.settings.updateAppearanceSettings()
}
ngOnDestroy(): void {