Skip to content

Commit c241e14

Browse files
committed
chore: Update default prefs
1 parent 62f3785 commit c241e14

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

patches.json

+1-1
Large diffs are not rendered by default.

src/main/kotlin/app/revanced/patches/youtube/utils/fix/parameter/SpoofPlayerParameterPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
7777
"19.11.38"
7878
]
7979
)
80-
]
80+
],
81+
use = false
8182
)
8283
object SpoofPlayerParameterPatch : BytecodePatch(
8384
setOf(

src/main/resources/youtube/settings/xml/revanced_prefs.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -652,13 +652,13 @@
652652
<SwitchPreference android:title="@string/revanced_spoof_device_dimensions_title" android:key="revanced_spoof_device_dimensions" android:defaultValue="false" android:summary="@string/revanced_spoof_device_dimensions_summary" /> SETTINGS: SPOOF_DEVICE_DIMENSIONS -->
653653

654654
<!-- SETTINGS: SPOOF_PLAYER_PARAMETER
655-
<SwitchPreference android:title="@string/revanced_spoof_player_parameter_title" android:key="revanced_spoof_player_parameter" android:defaultValue="true" android:summary="@string/revanced_spoof_player_parameter_summary" />
655+
<SwitchPreference android:title="@string/revanced_spoof_player_parameter_title" android:key="revanced_spoof_player_parameter" android:defaultValue="false" android:summary="@string/revanced_spoof_player_parameter_summary" />
656656
<SwitchPreference android:title="@string/revanced_spoof_player_parameter_in_feed_title" android:key="revanced_spoof_player_parameter_in_feed" android:defaultValue="false" android:summaryOn="@string/revanced_spoof_player_parameter_in_feed_summary_on" android:summaryOff="@string/revanced_spoof_player_parameter_in_feed_summary_off" android:dependency="revanced_spoof_player_parameter" /> SETTINGS: SPOOF_PLAYER_PARAMETER -->
657657

658658
<Preference android:title=" " android:selectable="false" android:summary="@string/pref_about_category" />
659659
<PreferenceScreen android:title="@string/revanced_patches_information" android:summary="@string/revanced_patches_information_summary" >
660660
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_tool_used" />
661-
<Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.223.0-dev.15" />
661+
<Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.223.0-dev.20" />
662662
<Preference android:title="ReVanced Integrations" android:selectable="false" android:summary="" />
663663

664664
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_ads" />
@@ -712,6 +712,7 @@
712712
<Preference android:title="Hide load more button" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
713713
<Preference android:title="Hide mix playlists" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
714714
<Preference android:title="Hide search term thumbnail" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
715+
<Preference android:title="Hide settings preferences" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
715716
<Preference android:title="Hide snack bar" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
716717
<Preference android:title="Hide suggestions shelf" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
717718
<Preference android:title="Hide toolbar button" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
@@ -799,7 +800,7 @@
799800
<Preference android:title="Label" android:summary="@string/revanced_label_default" android:selectable="false"/>
800801
<Preference android:title="MicroG support" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
801802
<Preference android:title="Return YouTube Dislike" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
802-
<Preference android:title="Visual settings icons" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
803+
<Preference android:title="Visual preferences icons" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
803804
<Preference android:title="SponsorBlock" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
804805
<Preference android:title="Theme" android:summary="@string/revanced_theme_default" android:selectable="false"/>
805806
<Preference android:title="Translations" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>

0 commit comments

Comments
 (0)