]> git.saurik.com Git - winterboard.git/commitdiff
Clear the status bar cache. (Thanks, dallasgroot!)
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Jan 2014 07:09:54 +0000 (23:09 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Jan 2014 07:09:54 +0000 (23:09 -0800)
Settings.mm

index 2423d56e2811ded4637af305803e22728ea362ce..7aa8e89749af758ff5367dec41ca402606f81c70 100644 (file)
@@ -509,6 +509,7 @@ void AddThemes(NSMutableArray *themesOnDisk, NSString *folder) {
     system("rm -rf /User/Library/Caches/com.apple.IconsCache");
     system("rm -rf /User/Library/Caches/com.apple.newsstand");
     system("rm -rf /User/Library/Caches/com.apple.springboard.sharedimagecache");
+    system("rm -rf /User/Library/Caches/com.apple.UIStatusBar");
 
     system("rm -rf /User/Library/Caches/BarDialer");
     system("rm -rf /User/Library/Caches/BarDialer_selected");