Windspeed units wasn't being saved in the preferences.
This commit is contained in:
parent
871f30a942
commit
77b78c4cb8
@ -356,6 +356,7 @@ public class UnitGroup {
|
|||||||
map.put("POWER", UNITS_POWER);
|
map.put("POWER", UNITS_POWER);
|
||||||
map.put("MOMENTUM", UNITS_MOMENTUM);
|
map.put("MOMENTUM", UNITS_MOMENTUM);
|
||||||
map.put("FREQUENCY", UNITS_FREQUENCY);
|
map.put("FREQUENCY", UNITS_FREQUENCY);
|
||||||
|
map.put("WINDSPEED", UNITS_WINDSPEED);
|
||||||
|
|
||||||
UNITS = Collections.unmodifiableMap(map);
|
UNITS = Collections.unmodifiableMap(map);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user