Update uYouPlus.xm

This commit is contained in:
dayanch96 2022-06-12 05:25:11 +03:00 committed by GitHub
parent 87575119b8
commit 1b554d0994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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