Fix two labels not showing up
Wow... I spend so much time in panic for this
This commit is contained in:
parent
483c90904d
commit
d83bb7ac3e
2 changed files with 5 additions and 5 deletions
|
|
@ -534,7 +534,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Update implicit reading profile while changing settings
|
// Update implicit reading profile while changing settings
|
||||||
/*this.generalSettingsForm.valueChanges.pipe(
|
this.generalSettingsForm.valueChanges.pipe(
|
||||||
debounceTime(300),
|
debounceTime(300),
|
||||||
distinctUntilChanged(),
|
distinctUntilChanged(),
|
||||||
takeUntilDestroyed(this.destroyRef),
|
takeUntilDestroyed(this.destroyRef),
|
||||||
|
|
@ -545,7 +545,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
).subscribe();*/
|
).subscribe();
|
||||||
|
|
||||||
|
|
||||||
this.readerModeSubject.next(this.readerMode);
|
this.readerModeSubject.next(this.readerMode);
|
||||||
|
|
@ -771,7 +771,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||||
).subscribe();
|
).subscribe();
|
||||||
|
|
||||||
// Set the default override to 0
|
// Set the default override to 0
|
||||||
widthOverrideControl.setValue(0);
|
//widthOverrideControl.setValue(0);
|
||||||
|
|
||||||
//send the current width override value to the label
|
//send the current width override value to the label
|
||||||
this.widthOverrideLabel$ = this.readerSettings$?.pipe(
|
this.widthOverrideLabel$ = this.readerSettings$?.pipe(
|
||||||
|
|
|
||||||
|
|
@ -1967,7 +1967,7 @@
|
||||||
"width-override-label": "Width Override",
|
"width-override-label": "Width Override",
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
"original": "Original",
|
"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",
|
"swipe-enabled-label": "Swipe Enabled",
|
||||||
"enable-comic-book-label": "Emulate comic book",
|
"enable-comic-book-label": "Emulate comic book",
|
||||||
"brightness-label": "Brightness",
|
"brightness-label": "Brightness",
|
||||||
|
|
@ -1980,7 +1980,7 @@
|
||||||
"no-next-chapter": "No Next Chapter",
|
"no-next-chapter": "No Next Chapter",
|
||||||
"no-prev-chapter": "No Previous Chapter",
|
"no-prev-chapter": "No Previous Chapter",
|
||||||
"user-preferences-updated": "User preferences updated",
|
"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}}"
|
"series-progress": "Series Progress: {{percentage}}"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue