Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(youtube/hide-seekbar): more fine grained hiding of seekbar #2252

Merged
merged 11 commits into from
May 27, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ import app.revanced.patches.youtube.misc.settings.bytecode.patch.SettingsPatch
@DependsOn([
IntegrationsPatch::class,
SettingsPatch::class,
SeekbarColorBytecodePatch::class, // Used to hide the seekbar in the feed and watch history
SeekbarPreferencesPatch::class // Used to add preferences to seekbar settings menu
// Used to hide the seekbar in the feed and watch history by setting the seekbar color to transparent.
SeekbarColorBytecodePatch::class,
oSumAtrIX marked this conversation as resolved.
Show resolved Hide resolved
LisoUseInAIKyrios marked this conversation as resolved.
Show resolved Hide resolved
// Used to add preferences to the seekbar settings menu.
SeekbarPreferencesPatch::class
])
@Name("hide-seekbar")
@Description("Hides the seekbar.")
Expand Down