mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 01:32:06 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
286ae41019
commit
641a1afbd7
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
|
|||
%hook YTRightNavigationButtons
|
||||
%property (retain, nonatomic) YTQTMButton *settingsButton;
|
||||
- (NSMutableArray *)buttons {
|
||||
Class YTVersionUtilsClass = %c(YTVersionUtils);
|
||||
NSString *appVersion = [YTVersionUtilsClass performSelector:@selector(appVersion)];
|
||||
NSComparisonResult versionCheck = [appVersion compare:@"18.35.4" options:NSNumericSearch];
|
||||
if (versionCheck == NSOrderedAscending) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue