Burrit0z пре 4 година
родитељ
комит
4cda1b977c
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +0
    -2
      KAIBatteryPlatter.mm
  2. +2
    -0
      Kai.xm

+ 0
- 2
KAIBatteryPlatter.mm Прегледај датотеку



}]; }];


self.stackHolder.frame = self.frame;

} }


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

+ 2
- 0
Kai.xm Прегледај датотеку



-(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…
Откажи
Сачувај