Fix Force iPhone Layout Option

This commit is contained in:
arichornlover 2024-06-15 04:11:54 -05:00 committed by GitHub
parent 739dbd6821
commit 4bc06bc602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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