1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 08:26:47 +00:00
This commit is contained in:
Burrit0z
2020-05-30 01:03:15 -04:00
parent bacbc3f44b
commit cbbbb6c827
15 changed files with 95 additions and 26 deletions

2
Kai.h Normal file → Executable file
View File

@ -13,6 +13,7 @@
@interface CSAdjunctListView : UIView
@property (nonatomic, assign) BOOL hasKai;
-(UIStackView *)stackView;
-(void)_layoutStackView;
-(void)setStackView:(UIStackView *)arg1;
@end
@ -138,6 +139,7 @@ static void applyPrefs()
isUpdating = YES;
[[KAIBatteryStack sharedInstance] refreshForPrefs]; //so hard (not)
[(CSAdjunctListView *)([KAIBatteryStack sharedInstance].superview.superview) _layoutStackView];
isUpdating = NO;