mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
Fix syntax errors (uYouPlusSettings.xm)
This commit is contained in:
parent
2d7e511e8f
commit
0fab6d4d65
1 changed files with 2 additions and 2 deletions
|
|
@ -265,7 +265,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
[settingsViewController reloadData];
|
||||
SHOW_RELAUNCH_YT_SNACKBAR;
|
||||
}
|
||||
}];
|
||||
}]];
|
||||
[settingsViewController presentViewController:confirmImportAlert animated:YES completion:nil];
|
||||
} else {
|
||||
// Paste Settings functionality (default behavior)
|
||||
|
|
@ -286,7 +286,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
[settingsViewController reloadData];
|
||||
SHOW_RELAUNCH_YT_SNACKBAR;
|
||||
}
|
||||
}];
|
||||
}]];
|
||||
[settingsViewController presentViewController:confirmPasteAlert animated:YES completion:nil];
|
||||
}
|
||||
return YES;
|
||||
|
|
|
|||
Loading…
Reference in a new issue