feat(YouTube - External downloads): Recommend Seal instead of PowerTube (#2803)
This commit is contained in:
parent
91833ac57c
commit
082e067338
|
@ -30,7 +30,7 @@ class ExternalDownloadsResourcePatch : ResourcePatch {
|
|||
TextPreference(
|
||||
"revanced_external_downloader_name",
|
||||
StringResource("revanced_external_downloader_name_title", "Downloader package name"),
|
||||
StringResource("revanced_external_downloader_name_summary", "Package name of your installed external downloader app, such as NewPipe or PowerTube"),
|
||||
StringResource("revanced_external_downloader_name_summary", "Package name of your installed external downloader app, such as NewPipe or Seal"),
|
||||
InputType.TEXT
|
||||
)
|
||||
),
|
||||
|
@ -50,4 +50,4 @@ class ExternalDownloadsResourcePatch : ResourcePatch {
|
|||
|
||||
return PatchResultSuccess()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue