Skip to content

Commit

Permalink
fix(YouTube/Hide feed components): change default offset for `Hide re…
Browse files Browse the repository at this point in the history
…lated videos` setting
  • Loading branch information
inotia00 committed Oct 6, 2024
1 parent c023138 commit 6fc7680
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/youtube/settings/host/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,18 @@
<item>0</item>
<item>+1</item>
<item>+2</item>
<item>+3</item>
<item>+4</item>
<item>+5</item>
</string-array>
<string-array name="revanced_related_videos_offset_entry_values">
<item>-1</item>
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
</string-array>
<string-array name="revanced_watch_history_type_entries">
<item>@string/revanced_watch_history_type_entry_1</item>
Expand Down

0 comments on commit 6fc7680

Please sign in to comment.