Allow disabling automagic image inversion in Nightmode in CRe (#5095)

* Allow disabling automagic image inversion in NightMode

Fix #4986
This commit is contained in:
NiLuJe
2019-06-26 00:23:41 +02:00
committed by GitHub
parent fca51757af
commit 4ccb1f3dd5
5 changed files with 59 additions and 4 deletions

View File

@@ -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")