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) {