From 67db44a5d0adcea01ef79572c2069e6f185eb482 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 16 May 2024 21:46:50 -0500 Subject: [PATCH] Update YTLitePlus.xm --- YTLitePlus.xm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/YTLitePlus.xm b/YTLitePlus.xm index cc8669c..43c8c57 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -660,6 +660,9 @@ BOOL selectedTabIndex = NO; if (IsEnabled(@"stockVolumeHUD_enabled")) { %init(gStockVolumeHUD); } + if (IsEnabled(@"autoHideHomeBar_enabled")) { + %init(gAutoHideHomeBar); + } if (IsEnabled(@"disableAccountSection_enabled")) { %init(gDisableAccountSection); }