mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Fix Force iPhone Layout Option
This commit is contained in:
parent
739dbd6821
commit
4bc06bc602
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue