]> git.saurik.com Git - veency.git/commitdiff
Call CFPreferencesAppSynchronize (for iOS << 8.0).
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 10 Nov 2014 03:46:50 +0000 (19:46 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 10 Nov 2014 03:46:50 +0000 (19:46 -0800)
Tweak.mm

index 9f45f29a0bb6de7420c78aa276ccc5875856f3be..d313bb4ead542f54e13f51ddab847efad5c5a813 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -454,6 +454,7 @@ static void VNCNotifySettings(
     const void *object,
     CFDictionaryRef info
 ) {
+    CFPreferencesAppSynchronize(CFSTR("com.saurik.Veency"));
     VNCSettings();
 }
 
@@ -973,6 +974,7 @@ static void VNCNotifyEnabled(
     const void *object,
     CFDictionaryRef info
 ) {
+    CFPreferencesAppSynchronize(CFSTR("com.saurik.Veency"));
     VNCEnabled();
 }