Major refactor: split codebase into multiple files
Now for the fun part: will this compile?
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#import "uYouPlus.h"
|
||||
|
||||
// YTNoHoverCards: https://github.com/level3tjg/YTNoHoverCards
|
||||
%hook YTCreatorEndscreenView
|
||||
- (void)setHidden:(BOOL)hidden {
|
||||
if (IS_ENABLED(@"hideHoverCards_enabled"))
|
||||
hidden = YES;
|
||||
%orig;
|
||||
}
|
||||
%end
|
||||
Reference in New Issue
Block a user