From d4b41307adda46431cb59f49d31fd607252b44e2 Mon Sep 17 00:00:00 2001 From: SomeGuy <97603719+Commodore64user@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:29:49 +0100 Subject: [PATCH] hius07 suggestions --- frontend/apps/reader/modules/readerfooter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerfooter.lua b/frontend/apps/reader/modules/readerfooter.lua index f3918dd2e..d3434cc34 100644 --- a/frontend/apps/reader/modules/readerfooter.lua +++ b/frontend/apps/reader/modules/readerfooter.lua @@ -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