mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
downloads directory preference
This commit is contained in:
parent
10034deb5f
commit
835b3540ab
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
}
|
||||
}
|
||||
));
|
||||
directoriesScreen.addPreference(myChooserCollection.createPreference(
|
||||
directoriesScreen.Resource, "downloadDir", Paths.DownloadsDirectoryOption()
|
||||
));
|
||||
directoriesScreen.addPreference(myChooserCollection.createPreference(
|
||||
directoriesScreen.Resource, "fontPath", Paths.FontPathOption
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue