mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
path options
This commit is contained in:
parent
3b9079a82d
commit
1371d22142
13 changed files with 125 additions and 94 deletions
|
@ -42,7 +42,7 @@ public class FileFirstLevelTree extends FirstLevelTree {
|
|||
@Override
|
||||
public void waitForOpening() {
|
||||
clear();
|
||||
for (String dir : Paths.BookPathOption().getValue()) {
|
||||
for (String dir : Paths.BookPathOption.getValue()) {
|
||||
addChild(dir, "fileTreeLibrary", dir);
|
||||
}
|
||||
addChild("/", "fileTreeRoot", null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue