Sfoglia il codice sorgente

fix prefs not applying

pull/1/head
Burrit0z 4 anni fa
parent
commit
12f5d2ff5c
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      Layout/DEBIAN/control
  2. +1
    -1
      kaiprefs/KAIRootListController.m

+ 1
- 1
Layout/DEBIAN/control Vedi File

@@ -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 Vedi File

@@ -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…
Annulla
Salva