cre landscape view: adds 1 page / 2 pages toggable

Adds a toggle switch in the Orientation bottom config menu to
allow showing 1 page or 2 pages when in landscape mode.
Previously, this was hardcoded to be in 2-pages modes only
in some circumstances (device resolution + user dpi).
This commit is contained in:
poire-z
2019-03-13 13:07:30 +01:00
parent 0948a4b656
commit 22bc9dacb5
4 changed files with 84 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ local _ = require("gettext")
local S = {}
S.SCREEN_MODE = _("Orientation")
S.TWO_PAGES = _("Two Pages")
S.PAGE_CROP = _("Page Crop")
S.FULL_SCREEN = _("Full Screen")
S.SCROLL_MODE = _("Scroll Mode")