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); }