From 1b554d09947b9a4902affa934e91fbf6fe3db758 Mon Sep 17 00:00:00 2001 From: dayanch96 <38832025+dayanch96@users.noreply.github.com> Date: Sun, 12 Jun 2022 05:25:11 +0300 Subject: [PATCH] Update uYouPlus.xm --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 3cb06ae..949c203 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -122,7 +122,7 @@ BOOL ytMiniPlayer() { - (void)didPressButton:(id)arg1 { if (castConfirm()) { NSBundle *tweakBundle = uYouPlusBundle(); - UIAlertController* alertController = [%c(UIAlertController) alertControllerWithTitle:LOC(@"CASTING") + UIAlertController* alertController = [%c(UIAlertController) alertControllerWithTitle:LOC(@"CASTING") message:LOC(@"MSG_ARE_YOU_SURE") preferredStyle:UIAlertControllerStyleAlert]; UIAlertAction* defaultAction = [%c(UIAlertAction) actionWithTitle:LOC(@"MSG_YES") style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) {