mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add columns to ReaderZooming paged_modes (#6970)
This means it will warn when changing to continuous mode while zoom to columns is active.
This commit is contained in:
@@ -53,6 +53,7 @@ local ReaderZooming = InputContainer:new{
|
||||
pageheight = _("Zoom to fit page height works best with page view."),
|
||||
contentheight = _("Zoom to fit content height works best with page view."),
|
||||
content = _("Zoom to fit content works best with page view."),
|
||||
columns = _("Zoom to fit columns works best with page view."),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user