Skip to content

Instantly share code, notes, and snippets.

@ArtikusHG
Last active July 16, 2017 09:43
Show Gist options
  • Save ArtikusHG/810e2009fc0ebde8835bc9bf9a9a1263 to your computer and use it in GitHub Desktop.
Save ArtikusHG/810e2009fc0ebde8835bc9bf9a9a1263 to your computer and use it in GitHub Desktop.
Don't remove folders. Theos tweak.
%hook SBFolder
-(BOOL)shouldRemoveWhenEmpty {
return NO;
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment