From 57eaa9df2218ddd004014d189326a46086201cd5 Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:24:50 -0600 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CHide=20Hype=20Button=E2=80=9D=20?= =?UTF-8?q?option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems new, added possible compatibility for it. --- Sources/uYouPlus.xm | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 3ff0135..878dc88 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -134,6 +134,7 @@ static NSDictionary *HideToggleMap(void) { @"Download": @"hideDownloadButton_enabled", @"Save to playlist": @"hideSaveToPlaylistButton_enabled", @"Report": @"hideReportButton_enabled", + @"Hype": @"hideHypeButton_enabled", @"Thanks": @"hideThanksButton_enabled", @"connect account": @"hideConnectButton_enabled", @"Like": @"hideLikeButton_enabled",