Updated YTNoModernUI (1)

Realized it was the wrong method, swapped it out with *removeFromSuperview*
This commit is contained in:
arichornlover 2023-11-28 19:41:18 -06:00 committed by GitHub
parent cd0c125feb
commit 8d03828478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -612,7 +612,7 @@ int main(int argc, char * argv[]) {
%end
%hook YTCinematicContainerView // Disable Ambient Mode Container - YTNoModernUI
- (void)didMoveToWindow {
- (void)removeFromSuperview {
}
%end
@ -680,7 +680,7 @@ int main(int argc, char * argv[]) {
%group gDisableAmbientMode
%hook YTCinematicContainerView
- (void)didMoveToWindow {
- (void)removeFromSuperview {
}
%end
%hook YTColdConfig