Skip to content

Commit

Permalink
Don't use new YT settings layout (qnblackcat#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat authored May 21, 2024
1 parent e04f247 commit b4f84de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4f84de

Please sign in to comment.