Skip to content

Commit

Permalink
feat(YouTube - Seekbar): Add description to preference screen
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 18, 2023
1 parent cc85441 commit ea6de49
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ object SeekbarPreferencesPatch : ResourcePatch(), Closeable {
SettingsPatch.PreferenceScreen.LAYOUT.addPreferences(
PreferenceScreen(
"revanced_seekbar_preference_screen",
StringResource("revanced_seekbar_preference_screen_title", "Seekbar settings"),
seekbarPreferences
StringResource("revanced_seekbar_preference_screen_title", "Seekbar"),
seekbarPreferences,
StringResource(
"revanced_seekbar_preference_screen_summary",
"Settings for the seekbar."
)
)
)
}
Expand Down

0 comments on commit ea6de49

Please sign in to comment.