From c9b4e43bf9a759ac9bfc876c7e94c4c23904e185 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:37:08 +0200 Subject: [PATCH] OPDSbrowser: bookinfo multiline title --- plugins/opds.koplugin/opdsbrowser.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/opds.koplugin/opdsbrowser.lua b/plugins/opds.koplugin/opdsbrowser.lua index c37557e64..701965bf3 100644 --- a/plugins/opds.koplugin/opdsbrowser.lua +++ b/plugins/opds.koplugin/opdsbrowser.lua @@ -782,6 +782,7 @@ function OPDSBrowser:showDownloads(item) local TextViewer = require("ui/widget/textviewer") UIManager:show(TextViewer:new{ title = item.text, + title_multilines = true, text = util.htmlToPlainTextIfHtml(item.content), text_face = Font:getFace("x_smallinfofont", G_reader_settings:readSetting("items_font_size")), })