Don't show destination arrow in car by default
This commit is contained in:
parent
5186dc8c65
commit
2b3301b9fb
1 changed files with 3 additions and 0 deletions
|
@ -804,6 +804,9 @@ public class OsmandSettings {
|
|||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final CommonPreference<Boolean> SHOW_DESTINATION_ARROW = new BooleanPreference("show_destination_arrow", true).makeProfile();
|
||||
{
|
||||
SHOW_DESTINATION_ARROW.setModeDefaultValue(ApplicationMode.CAR, false);
|
||||
}
|
||||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final CommonPreference<String> MAP_OVERLAY = new StringPreference("map_overlay", null).makeGlobal();
|
||||
|
|
Loading…
Reference in a new issue