Update uYouPlus.xm

This commit is contained in:
arichornlover 2024-06-25 23:51:04 -05:00 committed by GitHub
parent 3f06713815
commit 93c73d6c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,6 +105,9 @@ NSBundle *tweakBundle = uYouPlusBundle();
UINavigationController *navController = (UINavigationController *)rootVC;
[navController pushViewController:settingsVC animated:YES];
}
- (id)settingsView {
return [YTSettingsViewController new];
}
%end
// uYou AdBlock Workaround LITE (This Version will only remove ads from Videos/Shorts!) - @PoomSmart