mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Add “Hide Hype Button” option
Seems new, added possible compatibility for it.
This commit is contained in:
parent
42f4476bee
commit
57eaa9df22
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ static NSDictionary<NSString *, NSString *> *HideToggleMap(void) {
|
||||||
@"Download": @"hideDownloadButton_enabled",
|
@"Download": @"hideDownloadButton_enabled",
|
||||||
@"Save to playlist": @"hideSaveToPlaylistButton_enabled",
|
@"Save to playlist": @"hideSaveToPlaylistButton_enabled",
|
||||||
@"Report": @"hideReportButton_enabled",
|
@"Report": @"hideReportButton_enabled",
|
||||||
|
@"Hype": @"hideHypeButton_enabled",
|
||||||
@"Thanks": @"hideThanksButton_enabled",
|
@"Thanks": @"hideThanksButton_enabled",
|
||||||
@"connect account": @"hideConnectButton_enabled",
|
@"connect account": @"hideConnectButton_enabled",
|
||||||
@"Like": @"hideLikeButton_enabled",
|
@"Like": @"hideLikeButton_enabled",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue