Don't use new YT settings layout (#1468)

This commit is contained in:
Nguyễn Đạt
2024-05-21 23:57:34 +07:00
committed by GitHub
parent e04f247789
commit b4f84deaac
+2
View File
@@ -380,6 +380,8 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
- (BOOL)respectDeviceCaptionSetting { return NO; }
// Swipe right to dismiss the right panel in fullscreen mode
- (BOOL)isLandscapeEngagementPanelSwipeRightToDismissEnabled { return YES; }
// Don't use new YT settings layout (Cairo Settings)
- (BOOL)mainAppCoreClientEnableCairoSettings { return NO; }
%end
# pragma mark - Constructor