Border fill

reviewable/pr11549/r16
Frans de Jonge 1 month ago committed by GitHub
parent 2a6d9b166b
commit c49954ba3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@ return {
genMenuItem(_("Leave screen as-is"), "screensaver_type", "disable", nil, true),
separator = true,
{
text = _("Image border fill"),
text = _("Border fill"),
enabled_func = function()
return G_reader_settings:readSetting("screensaver_type") == "cover"
or G_reader_settings:readSetting("screensaver_type") == "random_image"

Loading…
Cancel
Save