mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Footer: avoid footer auto refresh over bottom menu (#9983)
This commit is contained in:
@@ -132,6 +132,7 @@ function ReaderConfig:onShowConfigMenu()
|
||||
configurable = self.configurable,
|
||||
config_options = self.options,
|
||||
is_always_active = true,
|
||||
covers_footer = true,
|
||||
close_callback = function() self:onCloseCallback() end,
|
||||
}
|
||||
self.ui:handleEvent(Event:new("DisableHinting"))
|
||||
|
||||
Reference in New Issue
Block a user