mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
Updated YTNoModernUI (1)
Realized it was the wrong method, swapped it out with *removeFromSuperview*
This commit is contained in:
parent
cd0c125feb
commit
8d03828478
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue