filechooser: fix show files in bold (#10296)

reviewable/pr10297/r1
hius07 1 year ago committed by GitHub
parent 89b4c737e2
commit 14de514ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save