1
0
Fork 0
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:
Nikolay Pultsin 2014-04-15 23:34:12 +01:00
parent 10034deb5f
commit 835b3540ab

View file

@ -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
));