View Single Post
Old 07-17-2013, 08:51 AM   #204
fil9998
Enthusiast
fil9998 began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2013
Device: Kobo H2O
Quote:
Originally Posted by corrin18 View Post
For Koreader FileManager to just show pdf files:

with a text editor, manually edit filechooser.lua

(you'll find that here: \koreader\frontend\ui\widget\)

so that the following line (roughly at line 21):

Code:
if self.show_hidden or not string.match(f, "^%.[^.]") then
is changed to

Code:
if string.match(f, "%.pdf") then


thanks.

is there the possibility to improve this choice in a graphic way on "settings".
also for .*epub along with *.pdf ?

thanks
fil9998 is offline   Reply With Quote