mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
rename ReaderKoptinterface to ReaderKoptListener & save zoom mode to normal_zoom_mode
This commit is contained in:
@@ -160,13 +160,13 @@ function ReaderUI:init()
|
||||
}
|
||||
table.insert(self, config_dialog)
|
||||
-- koptinterface controller
|
||||
local koptinterface = ReaderKoptinterface:new{
|
||||
local koptlistener = ReaderKoptListener:new{
|
||||
dialog = self.dialog,
|
||||
view = self[1],
|
||||
ui = self,
|
||||
document = self.document,
|
||||
}
|
||||
table.insert(self, koptinterface)
|
||||
table.insert(self, koptlistener)
|
||||
end
|
||||
--DEBUG(self.doc_settings)
|
||||
-- we only read settings after all the widgets are initialized
|
||||
|
||||
Reference in New Issue
Block a user