mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
Try to debug new settings UI toggle
This commit is contained in:
@@ -462,6 +462,8 @@ static NSData *cellDividerData = nil;
|
||||
// New Settings UI - @bhackel
|
||||
%hook YTColdConfig
|
||||
- (BOOL)mainAppCoreClientEnableCairoSettings {
|
||||
NSLog(@"bhackel: mainAppCoreClientEnableCairoSettings");
|
||||
return YES;
|
||||
return IS_ENABLED(@"newSettingsUI_enabled");
|
||||
}
|
||||
%end
|
||||
|
Reference in New Issue
Block a user