mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-18 15:11:56 +00:00
-
This commit is contained in:
parent
87028ea8f5
commit
a5c44ccb60
1 changed files with 0 additions and 11 deletions
|
|
@ -324,33 +324,22 @@ class Settings {
|
||||||
|
|
||||||
int? libraryFilterNovelTrackingType;
|
int? libraryFilterNovelTrackingType;
|
||||||
|
|
||||||
// ── Manga reader: Mihon feature parity ──
|
|
||||||
|
|
||||||
/// Keep screen on while reading (wakelock)
|
|
||||||
bool? keepScreenOnReader;
|
bool? keepScreenOnReader;
|
||||||
|
|
||||||
/// Webtoon side padding percentage (0–50)
|
|
||||||
int? webtoonSidePadding;
|
int? webtoonSidePadding;
|
||||||
|
|
||||||
/// Show gaps between pages in continuous/webtoon mode
|
|
||||||
bool? showPageGaps;
|
bool? showPageGaps;
|
||||||
|
|
||||||
/// Invert page colors
|
|
||||||
bool? invertColors;
|
bool? invertColors;
|
||||||
|
|
||||||
/// Apply grayscale filter to pages
|
|
||||||
bool? grayscale;
|
bool? grayscale;
|
||||||
|
|
||||||
/// Image brightness adjustment (−1.0 to 1.0, 0 = neutral)
|
|
||||||
double? readerBrightness;
|
double? readerBrightness;
|
||||||
|
|
||||||
/// Image contrast adjustment (0.0 to 2.0, 1 = neutral)
|
|
||||||
double? readerContrast;
|
double? readerContrast;
|
||||||
|
|
||||||
/// Image saturation adjustment (0.0 to 2.0, 1 = neutral)
|
|
||||||
double? readerSaturation;
|
double? readerSaturation;
|
||||||
|
|
||||||
/// Reader tap-zone navigation layout (0=Default, 1=L-shaped, 2=Kindle, 3=Edge, 4=RightAndLeft)
|
|
||||||
int? readerNavigationLayout;
|
int? readerNavigationLayout;
|
||||||
|
|
||||||
Settings({
|
Settings({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue