Update uYouPlus.xm

This commit is contained in:
arichornlover 2024-06-15 04:12:28 -05:00 committed by GitHub
parent 69c9399f9f
commit 81dcce8555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1599,7 +1599,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
%end
%hook UIKBTree
- (long long)nativeIdiom {
return NO;
return YES;
}
%end
%hook UIKBRenderer