From: Jay Freeman (saurik) Date: Wed, 29 Jan 2014 07:09:54 +0000 (-0800) Subject: Clear the status bar cache. (Thanks, dallasgroot!) X-Git-Tag: v0.9.3915~1 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/9c3f099294da26f275a6d889c3170cc3671d0594 Clear the status bar cache. (Thanks, dallasgroot!) --- diff --git a/Settings.mm b/Settings.mm index 2423d56..7aa8e89 100644 --- a/Settings.mm +++ b/Settings.mm @@ -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");