Update YTLitePlus.xm

This commit is contained in:
arichornlover 2024-05-16 21:46:50 -05:00 committed by GitHub
parent f39cd5daf0
commit 67db44a5d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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