mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 13:56:48 +00:00
fix prefs not applying
This commit is contained in:
@ -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
|
||||
|
@ -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."
|
||||
|
Reference in New Issue
Block a user