mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix(readerfooter): marker ticks initialization
This commit is contained in:
@@ -48,6 +48,7 @@ end
|
||||
|
||||
function CreDocument:engineInit()
|
||||
if not self.engine_initilized then
|
||||
require "libs/libkoreader-cre"
|
||||
-- initialize cache
|
||||
self:cacheInit()
|
||||
|
||||
@@ -70,7 +71,6 @@ function CreDocument:engineInit()
|
||||
end
|
||||
|
||||
function CreDocument:init()
|
||||
require "libs/libkoreader-cre"
|
||||
self:engineInit()
|
||||
self.configurable:loadDefaults(self.options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user