mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
bug fix: add event entry to ConfigOption widget
This commit is contained in:
@@ -200,6 +200,7 @@ function ConfigOption:init()
|
||||
option_item.items = option_items
|
||||
option_item.name = self.options[c].name
|
||||
option_item.values = self.options[c].values
|
||||
option_item.event = self.options[c].event
|
||||
option_item.current_item = d
|
||||
option_item.config = self.config
|
||||
table.insert(option_items_group, option_item)
|
||||
|
||||
Reference in New Issue
Block a user