mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
f468f873bd
## Background `pathchooser.lua` does not support non-touch device to choose file or folder due to those device cannot generate long press event. ## Choose File Non-touch device can select file in list, it is good enough to choose file without long press to confirm. ## Choose Folder `pathchooser.lua` changes the label of current directory `.` to `Long-press to choose a folder`. It is user friendly, while for non-device, it is a very good place to let user tell the system I want the current folder to be chosen without extra long press.