浏览代码

so amazing

pull/1/head
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;
} }



正在加载...
取消
保存