mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Set on init
This commit is contained in:
parent
dd51d27cf8
commit
40c0a4c0d4
@ -10,6 +10,8 @@ export class AppViewService {
|
||||
|
||||
constructor(rendererFactory: RendererFactory2, @Inject(DOCUMENT) private document) {
|
||||
this.renderer = rendererFactory.createRenderer(null, null);
|
||||
|
||||
this.updateDarkModeSettings()
|
||||
}
|
||||
|
||||
updateDarkModeSettings() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user