From 4bc06bc6022c3d59fe8bc7f4ee908901cf160c3a Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 15 Jun 2024 04:11:54 -0500 Subject: [PATCH] Fix `Force iPhone Layout` Option --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 738ceee..9821746 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -1576,7 +1576,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray *ide %end %hook UIKBTree - (long long)nativeIdiom { - return NO; + return YES; } %end %hook UIKBRenderer