BY default fluorescent colors should be switched off.
This commit is contained in:
parent
c2e7f1249b
commit
1572cc7160
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue