1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-05 22:56:46 +00:00
This commit is contained in:
Burrit0z
2020-06-03 08:52:32 -04:00
parent aa99adf964
commit 4b8383409c

3
Kai.xm
View File

@ -15,6 +15,9 @@
//and insert into last slot.
[[self stackView] removeArrangedSubview:[KAIBatteryPlatter sharedInstance]];
[[self stackView] insertArrangedSubview:[KAIBatteryPlatter sharedInstance] atIndex:lastSlot];
} else if([[self stackView].subviews objectAtIndex:0] != [KAIBatteryPlatter sharedInstance] && !belowMusic) {
[[self stackView] removeArrangedSubview:[KAIBatteryPlatter sharedInstance]];
[[self stackView] insertArrangedSubview:[KAIBatteryPlatter sharedInstance] atIndex:0];
}
if([KAISelf.superview respondsToSelector:@selector(fixComplicationsViewFrame)]) {