BY default fluorescent colors should be switched off.

This commit is contained in:
vshcherb 2012-06-26 12:54:49 +03:00
parent c2e7f1249b
commit 1572cc7160

View file

@ -1199,7 +1199,7 @@ public class OsmandSettings {
}
public final CommonPreference<Boolean> FLUORESCENT_OVERLAYS =
new BooleanPreference("fluorescent_overlays", true, false, true);
new BooleanPreference("fluorescent_overlays", false, true, true);
public final CommonPreference<Boolean> SHOW_ALTITUDE_INFO =
new BooleanPreference("show_altitude_info", false, false, true);