feat(youtube/custom-video-speed): change custom video speeds inside app settings

This commit is contained in:
inotia00 2023-06-20 16:05:07 +09:00
parent 89358f86a0
commit 1641b9ce81
2 changed files with 2 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="revanced_custom_video_speed_entry">
<item>@string/quality_auto</item>
</string-array>
<string-array name="revanced_custom_video_speed_entry_value">
<item>-2.0</item>
</string-array>
</resources>

View File

@ -36,6 +36,8 @@
<string name="revanced_copytimestamp_success">Time Stamp copied to clipboard</string>
<string name="revanced_custom_seekbar_color_value_summary">Type the hex code of the seekbar color</string>
<string name="revanced_custom_seekbar_color_value_title">Custom seekbar color value</string>
<string name="revanced_custom_video_speeds_summary">Add or change the video speeds available</string>
<string name="revanced_custom_video_speeds_title">Custom video speeds</string>
<string name="revanced_default_app_settings_summary">To open RVX in an external browser, turn on \'Open supported links\' and enable supported web addresses</string>
<string name="revanced_default_app_settings_title">Open default app settings</string>
<string name="revanced_default_video_quality_mobile_title">Default video quality on Mobile network</string>