Parcourir la source

fix prefs not applying

pull/1/head
Burrit0z il y a 4 ans
Parent
révision
12f5d2ff5c
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      Layout/DEBIAN/control
  2. +1
    -1
      kaiprefs/KAIRootListController.m

+ 1
- 1
Layout/DEBIAN/control Voir le fichier

@@ -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 Voir le fichier

@@ -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."

Chargement…
Annuler
Enregistrer