mirror of
https://github.com/Burrit0z/kai
synced 2025-07-04 12:06:46 +00:00
changed default preferences
This commit is contained in:
2
Kai.h
2
Kai.h
@ -113,7 +113,7 @@ static void preferencesChanged() {
|
||||
disableGlyphs = boolValueForKey(@"disableGlyphs", NO);
|
||||
hidePercent = boolValueForKey(@"hidePercent", NO);
|
||||
bannerStyle = numberForValue(@"bannerStyle", 1);
|
||||
showAll = boolValueForKey(@"showAll", NO);
|
||||
showAll = boolValueForKey(@"showAll", YES);
|
||||
bannerWidthFactor = numberForValue(@"bannerWidthFactor", 0);
|
||||
hideDeviceLabel = boolValueForKey(@"hideDeviceLabel", NO);
|
||||
bannerAlign = numberForValue(@"bannerAlign", 2);
|
||||
|
Reference in New Issue
Block a user