Update YTLitePlus.xm
This commit is contained in:
parent
f39cd5daf0
commit
67db44a5d0
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue