ソースを参照

fr

pull/1/head
Burrit0z 4年前
コミット
4b8383409c
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      Kai.xm

+ 3
- 0
Kai.xm ファイルの表示

@@ -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)]) {

読み込み中…
キャンセル
保存