diff --git a/Source/Settings.xm b/Source/Settings.xm index 79ff3a4..3e26b1a 100644 --- a/Source/Settings.xm +++ b/Source/Settings.xm @@ -43,7 +43,6 @@ static const NSInteger YTLitePlusSection = 788; static const NSInteger YTLiteSection = 789; %hook YTSettingsGroupData + (NSMutableArray *)tweaks { - NSLog(@"bhackel: called hooked 'tweaks' method."); NSMutableArray *originalTweaks = %orig; static dispatch_once_t onceToken; diff --git a/YTLitePlus.xm b/YTLitePlus.xm index 9063ed8..3364f26 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -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