mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-07 06:29:24 +00:00
fixed bundle name
This commit is contained in:
parent
276ce261a5
commit
908caaf047
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ BOOL dontEatMyContent() {
|
|||
%hook MDXPlaybackRouteButtonController
|
||||
- (void)didPressButton:(id)arg1 {
|
||||
if (castConfirm()) {
|
||||
NSBundle *tweakBundle = YouTubePlusBundle();
|
||||
NSBundle *tweakBundle = uYouPlusBundle();
|
||||
YTAlertView *alertView = [%c(YTAlertView) confirmationDialogWithAction:^{
|
||||
%orig;
|
||||
} actionTitle:LOC(@"MSG_YES")];
|
||||
|
|
|
|||
Loading…
Reference in a new issue