mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 21:22:10 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
3f06713815
commit
93c73d6c73
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue