mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 08:26:47 +00:00
almost
This commit is contained in:
2
Kai.h
Normal file → Executable file
2
Kai.h
Normal file → Executable 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;
|
||||
|
||||
|
Reference in New Issue
Block a user