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…
Откажи
Сачувај