mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
change menu item underline color to make refresh more responsive
This commit is contained in:
@@ -118,7 +118,7 @@ function MenuItem:init()
|
||||
end
|
||||
|
||||
function MenuItem:onFocus()
|
||||
self._underline_container.color = 10
|
||||
self._underline_container.color = 15
|
||||
self.key_events = self.active_key_events
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user