fixed bundle name

This commit is contained in:
dayanch96
2022-11-07 04:28:16 +02:00
committed by GitHub
parent 276ce261a5
commit 908caaf047
+1 -1
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")];