From f08e836f025685fc64b584e308cc06b8def852d6 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:48:07 -0500 Subject: [PATCH] Fix errors (Settings.xm) * fixed errors, removed uYouEnhanced stuff. Sorry about that. --- Source/Settings.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Settings.xm b/Source/Settings.xm index 60d67b9..ca3518d 100644 --- a/Source/Settings.xm +++ b/Source/Settings.xm @@ -187,7 +187,7 @@ static const NSInteger YTLiteSection = 789; } } [settingsViewController reloadData]; - SHOW_RELAUNCH_YT_SNACKBAR; + // Show a confirmation message or perform some other action here } }]]; [settingsViewController presentViewController:confirmPasteAlert animated:YES completion:nil]; @@ -197,7 +197,7 @@ static const NSInteger YTLiteSection = 789; ]; [sectionItems addObject:pasteSettings]; - SWITCH_ITEM(LOC(@"REPLACE_COPY_AND_PASTE_BUTTONS"), LOC(@"REPLACE_COPY_AND_PASTE_BUTTONS_DESC"), @"switchCopyandPasteFunctionality_enabled"); + BASIC_SWITCH(LOC(@"REPLACE_COPY_AND_PASTE_BUTTONS"), LOC(@"REPLACE_COPY_AND_PASTE_BUTTONS_DESC"), @"switchCopyandPasteFunctionality_enabled"); /* YTSettingsSectionItem *appIcon = [%c(YTSettingsSectionItem)