mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
better comments
This commit is contained in:
@ -50,7 +50,7 @@ class CustomVideoSpeedPatch : ResourcePatch {
|
||||
}
|
||||
|
||||
/*
|
||||
add settings
|
||||
* Add settings
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
|
@ -36,7 +36,7 @@ class VideoQualityPatch : ResourcePatch {
|
||||
|
||||
|
||||
/*
|
||||
add settings
|
||||
* Add settings
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
|
@ -28,7 +28,7 @@ class VideoSpeedPatch : ResourcePatch {
|
||||
override fun execute(context: ResourceContext): PatchResult {
|
||||
|
||||
/*
|
||||
add settings
|
||||
* Add settings
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
|
Reference in New Issue
Block a user