Update uYouPlus.xm

This commit is contained in:
arichornlover 2023-11-15 17:30:07 -06:00 committed by GitHub
parent 551fdfcb4e
commit e64368002c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1405,6 +1405,9 @@ static void replaceTab(YTIGuideResponse *response) {
if (IsEnabled(@"ytNoModernUI_enabled")) {
%init(gYTNoModernUI);
}
if (IsEnabled(@"disableAmbientMode_enabled")) {
%init(gDisableAmbientMode);
}
if (IsEnabled(@"disableAccountSection_enabled")) {
%init(gDisableAccountSection);
}