mirror of
https://github.com/Burrit0z/kai
synced 2025-07-04 21:06:48 +00:00
so amazing
This commit is contained in:
@ -213,8 +213,6 @@ long long lastPercentage;
|
|||||||
|
|
||||||
}];
|
}];
|
||||||
|
|
||||||
self.stackHolder.frame = self.frame;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-(void)refreshForPrefs {
|
-(void)refreshForPrefs {
|
||||||
|
2
Kai.xm
2
Kai.xm
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user