Browse Source

idk how the fuck

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

+ 4
- 0
KAIBatteryPlatter.mm View File

@@ -188,6 +188,10 @@ long long lastPercentage;
}

}];

if(self.number==0) {
[(UIStackView *)(self.superview) removeArrangedSubview:self];
}
}

-(void)refreshForPrefs {

Loading…
Cancel
Save