Quote:
Originally Posted by de Salier
Is there any way to hide the configuration file from the booklist?
|
Yes.
Try adding the following to your Kobo eReader.conf file found in the .kobo\Kobo directory;
[FeatureSettings]
ExcludeSyncFolders=(\\.(?!kobo|adobe).*?|([^.][^/]*/)+\\..+)
Use a Linux EOL aware editor (I use Notepad++) and if [FeatureSettings] already exists, just add the ExcludeSyncFolders line.