hius07 suggestions

reviewable/pr11678/r21
SomeGuy 1 month ago committed by GitHub
parent 6eabb0b943
commit d4b41307ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1259,7 +1259,6 @@ function ReaderFooter:addToMainMenu(menu_items)
}
UIManager:show(items)
end,
separator = true,
keep_menu_open = true,
},
},
@ -1796,6 +1795,7 @@ With this feature enabled, the current page is factored in, resulting in the cou
unit = "%",
title_text = _("Book-title item"),
info_text = _("Maximum percentage of screen width used for book-title"),
book_title_max_width_pct = 30,
keep_shown_on_apply = true,
callback = function(spin)
self.settings.book_title_max_width_pct = spin.value
@ -1822,6 +1822,7 @@ With this feature enabled, the current page is factored in, resulting in the cou
unit = "%",
title_text = _("Chapter-title item"),
info_text = _("Maximum percentage of screen width used for chapter-title item"),
book_chapter_max_width_pct = 30,
keep_shown_on_apply = true,
callback = function(spin)
self.settings.book_chapter_max_width_pct = spin.value

Loading…
Cancel
Save