mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +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
|
%end
|
||||||
%hook UIKBTree
|
%hook UIKBTree
|
||||||
- (long long)nativeIdiom {
|
- (long long)nativeIdiom {
|
||||||
return NO;
|
return YES;
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
%hook UIKBRenderer
|
%hook UIKBRenderer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue