Sfoglia il codice sorgente

so amazing

pull/1/head
Burrit0z 4 anni fa
parent
commit
4cda1b977c
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +0
    -2
      KAIBatteryPlatter.mm
  2. +2
    -0
      Kai.xm

+ 0
- 2
KAIBatteryPlatter.mm Vedi File

@@ -213,8 +213,6 @@ long long lastPercentage;

}];

self.stackHolder.frame = self.frame;

}

-(void)refreshForPrefs {

+ 2
- 0
Kai.xm Vedi File

@@ -111,7 +111,9 @@ CSAdjunctListView *list;

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


Loading…
Annulla
Salva