Update settings.component.ts

This commit is contained in:
shamoon 2023-12-05 08:23:37 -08:00
parent 0e9cf016ec
commit f616da3b85

View File

@ -416,7 +416,7 @@ export class SettingsComponent
)
this.settings.set(
SETTINGS_KEYS.THEME_COLOR,
this.settingsForm.value.themeColor.toString()
this.settingsForm.value.themeColor
)
this.settings.set(
SETTINGS_KEYS.USE_NATIVE_PDF_VIEWER,