mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Update settings.component.ts
This commit is contained in:
parent
0e9cf016ec
commit
f616da3b85
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ export class SettingsComponent
|
||||||
)
|
)
|
||||||
this.settings.set(
|
this.settings.set(
|
||||||
SETTINGS_KEYS.THEME_COLOR,
|
SETTINGS_KEYS.THEME_COLOR,
|
||||||
this.settingsForm.value.themeColor.toString()
|
this.settingsForm.value.themeColor
|
||||||
)
|
)
|
||||||
this.settings.set(
|
this.settings.set(
|
||||||
SETTINGS_KEYS.USE_NATIVE_PDF_VIEWER,
|
SETTINGS_KEYS.USE_NATIVE_PDF_VIEWER,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue