Fix two labels not showing up

Wow... I spend so much time in panic for this
This commit is contained in:
Amelia 2025-05-29 22:40:27 +02:00
parent 483c90904d
commit d83bb7ac3e
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA
2 changed files with 5 additions and 5 deletions

View file

@ -534,7 +534,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
});
// Update implicit reading profile while changing settings
/*this.generalSettingsForm.valueChanges.pipe(
this.generalSettingsForm.valueChanges.pipe(
debounceTime(300),
distinctUntilChanged(),
takeUntilDestroyed(this.destroyRef),
@ -545,7 +545,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
}
})
})
).subscribe();*/
).subscribe();
this.readerModeSubject.next(this.readerMode);
@ -771,7 +771,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
).subscribe();
// Set the default override to 0
widthOverrideControl.setValue(0);
//widthOverrideControl.setValue(0);
//send the current width override value to the label
this.widthOverrideLabel$ = this.readerSettings$?.pipe(

View file

@ -1967,7 +1967,7 @@
"width-override-label": "Width Override",
"off": "Off",
"original": "Original",
"auto-close-menu-label": "{{user-preferences.auto-close-menu-label}}",
"auto-close-menu-label": "{{manage-reading-profiles.auto-close-menu-label}}",
"swipe-enabled-label": "Swipe Enabled",
"enable-comic-book-label": "Emulate comic book",
"brightness-label": "Brightness",
@ -1980,7 +1980,7 @@
"no-next-chapter": "No Next Chapter",
"no-prev-chapter": "No Previous Chapter",
"user-preferences-updated": "User preferences updated",
"emulate-comic-book-label": "{{user-preferences.emulate-comic-book-label}}",
"emulate-comic-book-label": "{{manage-reading-profiles.emulate-comic-book-label}}",
"series-progress": "Series Progress: {{percentage}}"
},