mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
Correct preference version number.
New number should match updated Settings.VERSION
This commit is contained in:
parent
d9979cb1a2
commit
aedbe46975
@ -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 New Issue
Block a user