Enable tracks saving during navigation
This commit is contained in:
parent
76d7f63b4e
commit
c88e47b710
1 changed files with 2 additions and 2 deletions
|
@ -1006,8 +1006,8 @@ public class OsmandSettings {
|
|||
public final CommonPreference<Boolean> SAVE_TRACK_TO_GPX = new BooleanPreference("save_track_to_gpx", false).makeProfile().cache();
|
||||
|
||||
{
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.CAR, false);
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.BICYCLE, false);
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.CAR, true);
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.BICYCLE, true);
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.PEDESTRIAN, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue