fixed bundle name

This commit is contained in:
dayanch96 2022-11-07 04:28:16 +02:00 committed by GitHub
parent 276ce261a5
commit 908caaf047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")];