Explorar el Código

fix prefs not applying

pull/1/head
Burrit0z hace 4 años
padre
commit
12f5d2ff5c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      Layout/DEBIAN/control
  2. +1
    -1
      kaiprefs/KAIRootListController.m

+ 1
- 1
Layout/DEBIAN/control Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar