Skip to content

Commit

Permalink
Merge pull request BandarHL#264 from haxibami/fix/hide-upgrade-button…
Browse files Browse the repository at this point in the history
…-10.60
  • Loading branch information
BandarHL authored Sep 28, 2024
2 parents 1253c7c + fe37832 commit 99eb394
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tweak.x
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,12 @@ static void batchSwizzlingOnClass(Class cls, NSArray<NSString*>*origSelectors, I
}
return %orig;
}
- (void)_t1_showPremiumUpsellIfNeededWithScribing:(BOOL)arg1 {
if ([BHTManager hidePremiumOffer]) {
return;
}
return %orig;
}
%end

%hook TFNTwitterMediaUploadConfiguration
Expand Down

0 comments on commit 99eb394

Please sign in to comment.