From ddf50703868df1dfd933d84613f6808660f2b442 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:50:56 -0500 Subject: [PATCH] Update uYouPlusSettings.xm --- Sources/uYouPlusSettings.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 2e878ef..b8c2f36 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -266,7 +266,7 @@ extern NSBundle *uYouPlusBundle(); [settingsViewController reloadData]; SHOW_RELAUNCH_YT_SNACKBAR; } - }]]; + }]; [settingsViewController presentViewController:confirmPasteAlert animated:YES completion:nil]; } return YES;