mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Not sure why Typescript complained about this
This commit is contained in:
parent
3d2d9cb3a2
commit
1234634ba3
2 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ import { AppViewService } from './services/app-view.service';
|
|||
export class AppComponent {
|
||||
|
||||
constructor (appViewService: AppViewService) {
|
||||
appViewService.updateDarkModeSettings()
|
||||
(window as any).pdfWorkerSrc = '/assets/js/pdf.worker.min.js';
|
||||
appViewService.updateDarkModeSettings()
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue