Back to Kavita

Manage User Preferences.Component

UI/Web/src/app/user-settings/manga-user-preferences/manage-user-preferences.component.html

0.9.0932 B
Original Source

{{t('pref-description')}}

@if (!loading()) {

{{t('global-settings-title')}}

{{Locale | titlecase}} @for(opt of locales(); track opt.renderName) { {{opt.renderName | titlecase}} ({{opt.translationCompletion | number:'1.0-1'}}%) }

@if (settingsForm.get('promptForRereadsAfter'); as control) { {{control.value}} }

{{t('social-settings-title')}}

@if (settingsForm.get('socialPreferences')!.get('socialLibraries'); as control) { {{lib.name}} {{lib.name}} }

@if (settingsForm.get('socialPreferences')!.get('socialMaxAgeRating'); as control) { {{control.value | ageRating}} @for (ar of ageRatings(); track ar.value) { {{ar.value | ageRating}} } }

{{t('opds-settings-title')}}

@if (licenseService.hasValidLicense()) {

{{t('kavitaplus-settings-title')}}

@if(settingsForm.get('aniListScrobblingEnabled'); as formControl) {

}

@if(settingsForm.get('wantToReadSync'); as formControl) {

} } }