mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
added file chooser
This commit is contained in:
@@ -275,8 +275,8 @@ function PDFReader:inputloop()
|
||||
self:goto(self.pageno - 1)
|
||||
end
|
||||
elseif ev.code == KEY_BACK then
|
||||
settings.savesetting("last_page", self.pageno)
|
||||
settings:close()
|
||||
self.settings:savesetting("last_page", self.pageno)
|
||||
self.settings:close()
|
||||
return
|
||||
elseif ev.code == KEY_VPLUS then
|
||||
self:modify_gamma( 1.25 )
|
||||
|
||||
Reference in New Issue
Block a user