mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-05 04:29:47 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
87575119b8
commit
1b554d0994
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue