Browse Source

so amazing

pull/1/head
Burrit0z 4 years ago
parent
commit
4cda1b977c
2 changed files with 2 additions and 2 deletions
  1. +0
    -2
      KAIBatteryPlatter.mm
  2. +2
    -0
      Kai.xm

+ 0
- 2
KAIBatteryPlatter.mm View File



}]; }];


self.stackHolder.frame = self.frame;

} }


-(void)refreshForPrefs { -(void)refreshForPrefs {

+ 2
- 0
Kai.xm View File



-(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;
} }



Loading…
Cancel
Save