瀏覽代碼

fix prefs not applying

pull/1/head
Burrit0z 4 年之前
父節點
當前提交
12f5d2ff5c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      Layout/DEBIAN/control
  2. +1
    -1
      kaiprefs/KAIRootListController.m

+ 1
- 1
Layout/DEBIAN/control 查看文件

@@ -1,6 +1,6 @@
Package: com.burritoz.kai
Name: Kai
Version: 0.1.4~alpha
Version: 0.1.5~alpha
Architecture: iphoneos-arm
Description: Show charging banners on your lock screen!
Maintainer: burrit0z

+ 1
- 1
kaiprefs/KAIRootListController.m 查看文件

@@ -67,7 +67,7 @@ NSBundle *tweakBundle;
}

-(void)respring:(id)sender {
CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), CFSTR("com.burritoz.kaiPrefs/reload"), nil, nil, true);
CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), CFSTR("com.burritoz.kaiprefs/reload"), nil, nil, true);

UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"Kai"
message:@"Your settings have been applied. You can now go back to your lockscreen (CoverSheet) to see the changes. \n \n If some of your options did not apply, a respring might be necessary."

Loading…
取消
儲存