From e64368002cee469f8f8b9a6cad6e509b4b9847d5 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:30:07 -0600 Subject: [PATCH] Update uYouPlus.xm --- uYouPlus.xm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uYouPlus.xm b/uYouPlus.xm index b23b148..385b10a 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -1405,6 +1405,9 @@ static void replaceTab(YTIGuideResponse *response) { if (IsEnabled(@"ytNoModernUI_enabled")) { %init(gYTNoModernUI); } + if (IsEnabled(@"disableAmbientMode_enabled")) { + %init(gDisableAmbientMode); + } if (IsEnabled(@"disableAccountSection_enabled")) { %init(gDisableAccountSection); }