give up on new settings UI

This commit is contained in:
Bryce Hackel
2024-07-06 19:52:58 -07:00
parent 25fda866ec
commit b0a2dd49ce
2 changed files with 1 additions and 3 deletions

View File

@@ -462,8 +462,6 @@ static NSData *cellDividerData = nil;
// New Settings UI - @bhackel
%hook YTColdConfig
- (BOOL)mainAppCoreClientEnableCairoSettings {
NSLog(@"bhackel: mainAppCoreClientEnableCairoSettings");
return YES;
return IS_ENABLED(@"newSettingsUI_enabled");
}
%end