mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add cre view mode support in frontend
This commit is contained in:
@@ -47,7 +47,8 @@ function ReaderUI:init()
|
||||
self[1] = ReaderView:new{
|
||||
dialog = self.dialog,
|
||||
dimen = self.dimen,
|
||||
ui = self
|
||||
ui = self,
|
||||
document = self.document,
|
||||
}
|
||||
-- rotation controller
|
||||
self[2] = ReaderRotation:new{
|
||||
|
||||
Reference in New Issue
Block a user