From 9c3f099294da26f275a6d889c3170cc3671d0594 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 28 Jan 2014 23:09:54 -0800 Subject: [PATCH] Clear the status bar cache. (Thanks, dallasgroot!) --- Settings.mm | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.45.2