File tree 1 file changed +2
-0
lines changed
patches/src/main/kotlin/app/revanced/patches/youtube/player/overlaybuttons 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import app.revanced.patches.youtube.utils.pip.pipStateHookPatch
16
16
import app.revanced.patches.youtube.utils.playercontrols.hookBottomControlButton
17
17
import app.revanced.patches.youtube.utils.playercontrols.playerControlsPatch
18
18
import app.revanced.patches.youtube.utils.playservice.is_19_17_or_greater
19
+ import app.revanced.patches.youtube.utils.playservice.versionCheckPatch
19
20
import app.revanced.patches.youtube.utils.resourceid.sharedResourceIdPatch
20
21
import app.revanced.patches.youtube.utils.settings.ResourceUtils.addPreference
21
22
import app.revanced.patches.youtube.utils.settings.settingsPatch
@@ -77,6 +78,7 @@ val overlayButtonsPatch = resourcePatch(
77
78
playerControlsPatch,
78
79
sharedResourceIdPatch,
79
80
settingsPatch,
81
+ versionCheckPatch,
80
82
)
81
83
82
84
val iconTypeOption = stringOption(
You can’t perform that action at this time.
0 commit comments