From 14de514ae8a9c92450be457970201a53017f2f48 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:18:38 +0300 Subject: [PATCH] filechooser: fix show files in bold (#10296) --- frontend/ui/widget/filechooser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/widget/filechooser.lua b/frontend/ui/widget/filechooser.lua index 198d9138c..685252023 100644 --- a/frontend/ui/widget/filechooser.lua +++ b/frontend/ui/widget/filechooser.lua @@ -157,7 +157,7 @@ function FileChooser:getListItem(f, filename, attributes, collate) attr = attributes, } if collate then -- file - if G_reader_settings:readSetting("show_file_in_bold") then + if G_reader_settings:readSetting("show_file_in_bold") ~= false then item.opened = DocSettings:hasSidecarFile(filename) end if collate == "type" then