Quote:
Originally Posted by verebes1
The only minor issue which I have that there is no option to disable the sleep cover function in the settings. I have the option on my Clara but not on the Mini.
|
Even if you don't have the option visible in the Mini's settings it's possible you could get the result you're looking for by manually adding the relevant setting to the Mini's config file,
.kobo/Kobo/Kobo eReader.conf. You'll need to use a good text editor which respects Unix line endings (e.g. Notepad++ if you're a Windows user).
Code:
[PowerOptions]
SleepAccessoryEnabled=false
If there's already a [PowerOptions] section present just add the second line to it.