Correct preference version number.
New number should match updated Settings.VERSION
This commit is contained in:
parent
d9979cb1a2
commit
aedbe46975
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ public class GlobalSettings {
|
|||
new V(25, new BooleanSetting(true))
|
||||
));
|
||||
s.put("autofitWidth", Settings.versions(
|
||||
new V(26, new BooleanSetting(true))
|
||||
new V(27, new BooleanSetting(true))
|
||||
));
|
||||
|
||||
SETTINGS = Collections.unmodifiableMap(s);
|
||||
|
|
Loading…
Reference in a new issue