Make preference disabled by default
This commit is contained in:
parent
c1365ddd11
commit
d64627da07
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ public class OsmandSettings {
|
|||
new FloatPreference("speed_limit_exceed", 5f).makeProfile();
|
||||
|
||||
public final OsmandPreference<Float> SWITCH_TO_MAP_DIRECTION =
|
||||
new FloatPreference("speed_for_map_to_direction_of_movement", 5f).makeProfile();
|
||||
new FloatPreference("speed_for_map_to_direction_of_movement", 0f).makeProfile();
|
||||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final OsmandPreference<Boolean> USE_TRACKBALL_FOR_MOVEMENTS =
|
||||
|
|
Loading…
Reference in a new issue