Skip to content

Commit

Permalink
Disable uYou's playback speed controls
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Apr 22, 2024
1 parent 5d1af03 commit 852d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlusPatches.xm
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ static void refreshUYouAppearance() {
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"disableAgeRestriction"];

// Disable uYou's playback speed controls (prevent crash on video playback https://github.com/therealFoxster/uYouPlus/issues/2#issuecomment-1894912963)
// [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"showPlaybackRate"];
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"showPlaybackRate"];
}

0 comments on commit 852d54e

Please sign in to comment.