mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 07:01:58 +00:00
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")) {
|
if (IsEnabled(@"stockVolumeHUD_enabled")) {
|
||||||
%init(gStockVolumeHUD);
|
%init(gStockVolumeHUD);
|
||||||
}
|
}
|
||||||
|
if (IsEnabled(@"autoHideHomeBar_enabled")) {
|
||||||
|
%init(gAutoHideHomeBar);
|
||||||
|
}
|
||||||
if (IsEnabled(@"disableAccountSection_enabled")) {
|
if (IsEnabled(@"disableAccountSection_enabled")) {
|
||||||
%init(gDisableAccountSection);
|
%init(gDisableAccountSection);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue