Skip to content

Commit

Permalink
L
Browse files Browse the repository at this point in the history
  • Loading branch information
cameren2k committed Mar 26, 2024
1 parent 50fb282 commit 81576a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide

%hook YTHeaderView
- (BOOL)stickyNavHeaderEnabled {
return IS_ENABLED(@"stockVolumestickyNavHeader_enabled") ? YES : %orig;
return IS_ENABLED(@"stickyNavHeader_enabled") ? YES : %orig;
}
%end

Expand Down

0 comments on commit 81576a4

Please sign in to comment.