mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 08:06:48 +00:00
done for today
This commit is contained in:
2
Kai.h
2
Kai.h
@ -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;
|
||||
|
Reference in New Issue
Block a user