mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
filechooser: fix show files in bold (#10296)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user