Footer: avoid footer auto refresh over bottom menu (#9983)

This commit is contained in:
zwim
2023-01-01 20:11:10 +01:00
committed by GitHub
parent 581a943c42
commit f0b007bb31

View File

@@ -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"))