From b68abacc63db05193962e45007aede1c2fde5bf3 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:39:38 -0500 Subject: [PATCH] =?UTF-8?q?mark=20=E2=80=9CFullscreen=20to=20the=20Right?= =?UTF-8?q?=E2=80=9D=20as=20iPhone-Exclusive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YTLitePlus.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YTLitePlus.xm b/YTLitePlus.xm index ef1306e..ce2d8a0 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -440,8 +440,8 @@ BOOL isTabSelected = NO; } %end -// Fullscreen to the Right - @arichornlover -// NOTE: Please turn off the “Portrait Fullscreen” Option in YTLite while the option "Fullscreen to the Right" is enabled below. +// Fullscreen to the Right (iPhone-Exclusive) - @arichornlover & @bhackel +// WARNING: Please turn off the “Portrait Fullscreen” or "iPad Layout" Option in YTLite while the option "Fullscreen to the Right" is enabled below. %group gFullscreenToTheRight %hook YTWatchViewController - (UIInterfaceOrientationMask)allowedFullScreenOrientations {