make new overlay colors default to trigger more feedback. Keep old colors as Setting for special purposes.
This commit is contained in:
parent
bbb7cb3013
commit
b8f6a443d8
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ public class OsmandSettings {
|
|||
}
|
||||
|
||||
public final CommonPreference<Boolean> FLUORESCENT_OVERLAYS =
|
||||
new BooleanPreference("fluorescent_overlays", false, false, true);
|
||||
new BooleanPreference("fluorescent_overlays", true, false, true);
|
||||
|
||||
public final CommonPreference<Boolean> SHOW_ALTITUDE_INFO =
|
||||
new BooleanPreference("show_altitude_info", false, false, true);
|
||||
|
|
Loading…
Reference in a new issue