From 0698fa5759f3f2380a5e86e032fd6b440d56efd8 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:13:22 -0500 Subject: [PATCH] Update YTWatchViewController header description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Included **Fullscreen to the Right** since it’s also using the property used in **Disable ambient mode** --- YTLitePlus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YTLitePlus.h b/YTLitePlus.h index 04c1af1..f2de2c4 100644 --- a/YTLitePlus.h +++ b/YTLitePlus.h @@ -104,7 +104,7 @@ - (void)resetViewControllersCache; @end -// Disable ambient mode - @bhackel +// Disable ambient mode & Fullscreen to the Right - @bhackel @interface YTWatchViewController (YTLitePlus) @property (nonatomic, assign, readwrite, getter=isFullscreen) BOOL fullscreen; @end