Don't exclude the full .kobo directory tree

Only exclude the useless/dangerous bits.
Allows getting to the Dropbox folder.

Fix #8101
pull/8109/head
NiLuJe 3 years ago
parent c73745c6a7
commit c044480658

@ -31,7 +31,13 @@ local FileChooser = Menu:extend{
"%.sdr$",
-- Kobo
"^%.adobe%-digital%-editions$",
"^%.kobo$",
"^certificates$",
"^custom%-dict$",
"^dict$",
"^iink$",
"^kepub$",
"^markups$",
"^webstorage$",
"^%.kobo%-images$",
-- macOS
"^%.fseventsd$",
@ -50,6 +56,10 @@ local FileChooser = Menu:extend{
"^%.reading%-states$",
},
exclude_files = {
-- Kobo
"^BookReader%.sqlite",
"^KoboReader%.sqlite",
"^device%.salt%.conf$",
-- macOS
"^%.DS_Store$",
-- *nix

Loading…
Cancel
Save