Added travel subtype
This commit is contained in:
parent
3e81b5926e
commit
37f5dd0419
1 changed files with 2 additions and 1 deletions
|
@ -943,7 +943,8 @@ public class SettingsHelper {
|
|||
OBF_MAP("obf_map", IndexConstants.MAPS_PATH),
|
||||
TILES_MAP("tiles_map", IndexConstants.TILES_INDEX_DIR),
|
||||
GPX("gpx", IndexConstants.GPX_INDEX_DIR),
|
||||
VOICE("voice", IndexConstants.VOICE_INDEX_DIR);
|
||||
VOICE("voice", IndexConstants.VOICE_INDEX_DIR),
|
||||
TRAVEL("travel", IndexConstants.WIKIVOYAGE_INDEX_DIR);
|
||||
|
||||
private String subtypeName;
|
||||
private String subtypeFolder;
|
||||
|
|
Loading…
Reference in a new issue