mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 02:32:10 +00:00
Don't use new YT settings layout (#1468)
This commit is contained in:
parent
e04f247789
commit
b4f84deaac
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue