mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add Statistic plugin (#1581 Amount of hours spent on a book)
This commit is contained in:
@@ -37,6 +37,7 @@ function MultiInputDialog:init()
|
||||
input_field[k] = InputText:new{
|
||||
text = field.text or "",
|
||||
hint = field.hint or "",
|
||||
input_type = field.input_type or "string",
|
||||
face = self.input_face,
|
||||
width = self.width * 0.9,
|
||||
focused = k == 1 and true or false,
|
||||
|
||||
Reference in New Issue
Block a user