From a008769f197edc2f63735e11c970270f946ccfd8 Mon Sep 17 00:00:00 2001 From: aric3435 <157071384+arichornloverALT@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:29:23 -0500 Subject: [PATCH] Update SettingsKeys.h --- Sources/SettingsKeys.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Sources/SettingsKeys.h b/Sources/SettingsKeys.h index a8af52b70e..fdae6b5d77 100644 --- a/Sources/SettingsKeys.h +++ b/Sources/SettingsKeys.h @@ -1,6 +1,6 @@ #import "../uYouPlus.h" -// Keys for "Copy Settings" button (for: uYouEnhanced) +// Keys for "Copy settings" button (for: uYouEnhanced) // In alphabetical order for tweaks after uYouEnhanced NSArray *NSUserDefaultsCopyKeys = @[ // uYouEnhanced - gathered using get_keys.py @@ -11,6 +11,8 @@ NSArray *NSUserDefaultsCopyKeys = @[ @"hidePreviewCommentSection_enabled", @"hidePreviousAndNextButton_enabled", @"hideRemixButton_enabled", @"hideReportButton_enabled", @"hideRightPanel_enabled", @"hideShareButton_enabled", @"hideSponsorBlockButton_enabled", @"hideSubcriptions_enabled", @"hideSubscriptionsNotificationBadge_enabled", @"hideThanksButton_enabled", @"hideVideoPlayerShadowOverlayButtons_enabled", @"hideVideoTitle_enabled", @"hideYouTubeLogo_enabled", @"lowContrastMode_enabled", @"newSettingsUI_enabled", @"noRelatedWatchNexts_enabled", @"noSuggestedVideo_enabled", @"noVideosInFullscreen_enabled", @"pinchToZoom_enabled", @"portraitFullscreen_enabled", @"redProgressBar_enabled", @"redSubscribeButton_enabled", @"reExplore_enabled", @"shortsQualityPicker_enabled", @"slideToSeek_enabled", @"snapToChapter_enabled", @"stockVolumeHUD_enabled", @"stickNavigationBar_enabled", @"uYouAdBlockingWorkaround_enabled", @"uYouAdBlockingWorkaroundLite_enabled", @"ytMiniPlayer_enabled", @"ytNoModernUI_enabled", @"ytStartupAnimation_enabled", + // uYou - https://github.com/MiRO92/uYou-for-YouTube + @"showedWelcomeVC", @"hideShortsTab", @"hideCreateTab", @"hideCastButton", @"relatedVideosAtTheEndOfYTVideos", @"removeYouTubeAds", @"backgroundPlayback", @"disableAgeRestriction", @"iPadLayout", @"noSuggestedVideoAtEnd", @"shortsProgressBar", @"hideShortsCells", @"removeShortsCell", @"startupPage", // DEMC - https://github.com/therealFoxster/DontEatMyContent/blob/master/Tweak.h @"DEMC_enabled", @"DEMC_colorViewsEnabled", @"DEMC_safeAreaConstant", @"DEMC_disableAmbientMode", @"DEMC_limitZoomToFill", @"DEMC_enableForAllVideos",