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

so amazing

This commit is contained in:
Burrit0z
2020-06-05 18:32:31 -04:00
parent bd7c52f3ab
commit 4cda1b977c
2 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,6 @@ long long lastPercentage;
}]; }];
self.stackHolder.frame = self.frame;
} }
-(void)refreshForPrefs { -(void)refreshForPrefs {

2
Kai.xm
View File

@ -111,7 +111,9 @@ CSAdjunctListView *list;
-(void)setPercentCharge:(NSInteger)arg1 { -(void)setPercentCharge:(NSInteger)arg1 {
//sends the noti to update battery info //sends the noti to update battery info
if(arg1!=0) {
[[NSNotificationCenter defaultCenter] postNotificationName:@"KaiInfoChanged" object:nil userInfo:nil]; [[NSNotificationCenter defaultCenter] postNotificationName:@"KaiInfoChanged" object:nil userInfo:nil];
}
%orig; %orig;
} }