mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	Fix YouGroupSettings addition
This commit is contained in:
		| @@ -667,6 +667,9 @@ static NSData *cellDividerData = nil; | ||||
| # pragma mark - ctor | ||||
| %ctor { | ||||
|     %init; | ||||
|     // Access YouGroupSettings methods | ||||
|     dlopen([[NSString stringWithFormat:@"%@/Frameworks/YouGroupSettings.dylib", [[NSBundle mainBundle] bundlePath]] UTF8String], RTLD_LAZY); | ||||
|  | ||||
|     if (IsEnabled(@"hideCastButton_enabled")) { | ||||
|         %init(gHideCastButton); | ||||
|     } | ||||
| @@ -729,8 +732,7 @@ static NSData *cellDividerData = nil; | ||||
|     } | ||||
|     if (IsEnabled(@"fixCasting_enabled")) { | ||||
|         %init(gFixCasting); | ||||
|     } | ||||
|      | ||||
|     }     | ||||
|  | ||||
|     // Change the default value of some options | ||||
|     NSArray *allKeys = [[[NSUserDefaults standardUserDefaults] dictionaryRepresentation] allKeys]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bryce Hackel
					Bryce Hackel