Skip to content

Commit

Permalink
fix(YouTube - Overlay buttons): Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Dec 31, 2024
1 parent fd9670f commit 87a6aec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import app.revanced.patches.youtube.utils.pip.pipStateHookPatch
import app.revanced.patches.youtube.utils.playercontrols.hookBottomControlButton
import app.revanced.patches.youtube.utils.playercontrols.playerControlsPatch
import app.revanced.patches.youtube.utils.playservice.is_19_17_or_greater
import app.revanced.patches.youtube.utils.playservice.versionCheckPatch
import app.revanced.patches.youtube.utils.resourceid.sharedResourceIdPatch
import app.revanced.patches.youtube.utils.settings.ResourceUtils.addPreference
import app.revanced.patches.youtube.utils.settings.settingsPatch
Expand Down Expand Up @@ -77,6 +78,7 @@ val overlayButtonsPatch = resourcePatch(
playerControlsPatch,
sharedResourceIdPatch,
settingsPatch,
versionCheckPatch,
)

val iconTypeOption = stringOption(
Expand Down

0 comments on commit 87a6aec

Please sign in to comment.