소스 검색

Update Kai.h

master
Burrit0z 3 년 전
부모
커밋
4e971ed592
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      Kai.h

+ 2
- 1
Kai.h 파일 보기

@@ -149,11 +149,12 @@ static void preferencesChanged() {

static void applyPrefs() {
preferencesChanged();
Class cls = kCFCoreFoundationVersionNumber > 1600 ? ([objc_getClass("CSAdjunctListView") class]) : ([objc_getClass("SBDashBoardAdjunctListView") class]);

isUpdating = YES;

[[KAIBatteryPlatter sharedInstance] refreshForPrefs]; // so hard (not)
[(CSAdjunctListView *)([KAIBatteryPlatter sharedInstance].superview.superview) _layoutStackView];
[cls reorderKai];
[[NSNotificationCenter defaultCenter] postNotificationName:@"KaiResetOffset" object:nil userInfo:nil];

isUpdating = NO;

Loading…
취소
저장