1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-04 12:06:46 +00:00

changed default preferences

This commit is contained in:
Burrit0z
2020-09-25 13:40:53 -04:00
parent e7f00664cd
commit be1399f3d2
3 changed files with 7 additions and 9 deletions

2
Kai.h
View File

@ -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);