mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add new options to screensaver (#3535)
* Prevent open screensaver more than one in the same time * Add option to enable/disable background in message screensaver * fallback to random images if this book cover is excluded feature + fix Disabled (leave screen/page as it is) * Autostretch disable by default, more fallback options, leave screen as it is
This commit is contained in:
@@ -72,8 +72,10 @@ end
|
||||
|
||||
function InputText:init()
|
||||
self:initTextBox(self.text)
|
||||
self:initKeyboard()
|
||||
self:initEventListener()
|
||||
if self.readonly ~= true then
|
||||
self:initKeyboard()
|
||||
self:initEventListener()
|
||||
end
|
||||
end
|
||||
|
||||
function InputText:initTextBox(text, char_added, is_password_type)
|
||||
|
||||
Reference in New Issue
Block a user