1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 08:06:48 +00:00

done for today

This commit is contained in:
Burrit0z
2020-05-20 19:09:09 -04:00
parent b461e525f5
commit 1be4720daa
4 changed files with 20 additions and 20 deletions

2
Kai.h
View File

@ -49,6 +49,7 @@ BOOL hidePercent;
BOOL showAll;
BOOL belowMusic;
BOOL hideDeviceLabel;
BOOL hideChargingAnimation;
NSInteger bannerStyle;
NSInteger bannerAlign;
double spacing;
@ -120,6 +121,7 @@ static void preferencesChanged()
bannerAlign = numberForValue(@"bannerAlign", 2);
horizontalOffset = numberForValue(@"horizontalOffset", 0);
belowMusic = boolValueForKey(@"belowMusic", NO);
hideChargingAnimation = boolValueForKey(@"hideChargingAnimation", YES);
if(disableGlyphs) {
glyphSize = 0;