mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Allow disabling automagic image inversion in Nightmode in CRe (#5095)
* Allow disabling automagic image inversion in NightMode Fix #4986
This commit is contained in:
@@ -40,6 +40,7 @@ S.FORCED_OCR = _("Forced OCR")
|
||||
S.HW_DITHERING = _("Dithering")
|
||||
S.INVERSE_READING_ORDER = _("Inverse Order")
|
||||
S.IMAGE_SCALING = _("Image Scaling")
|
||||
S.NIGHTMODE_IMAGES = _("Invert Images")
|
||||
|
||||
S.ON = _("on")
|
||||
S.OFF = _("off")
|
||||
|
||||
Reference in New Issue
Block a user