Update frontend/apps/reader/modules/readerfooter.lua

Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
reviewable/pr11678/r9
SomeGuy 2 weeks ago committed by GitHub
parent b645666d66
commit e6a67ce75a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1531,7 +1531,7 @@ function ReaderFooter:addToMainMenu(menu_items)
},
{
text = _("Hide inactive items"),
help_text = _([[This option will hide null (or inactive) values from temporarily appearing on the status bar. For example, if the frontlight is 'off' (i.e 0 brightness), no symbols or values will be displayed until the brightness is set to a value >= 1.]]),
help_text = _([[This option will hide inactive items from appearing on the status bar. For example, if the frontlight is 'off' (i.e 0 brightness), no symbols or values will be displayed until the brightness is set to a value >= 1.]]),
enabled_func = function()
return self.settings.all_at_once == true
end,

Loading…
Cancel
Save