mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Merge pull request #4749 from FineFindus/feat/set-sb-id
feat(settings/sponsorblock): allow changing sb user id
This commit is contained in:
commit
88334d043d
@ -472,6 +472,7 @@
|
||||
<string name="segment_type">Segment type</string>
|
||||
<string name="sb_invalid_segment">Invalid segment start or end</string>
|
||||
<string name="contribute_to_sponsorblock">Contribute to SponsorBlock</string>
|
||||
<string name="sponsorblock_user_id">SponsorBlock Username</string>
|
||||
<string name="filename_too_long">Filename too long!</string>
|
||||
|
||||
<!-- Notification channel strings -->
|
||||
|
@ -24,6 +24,11 @@
|
||||
app:key="sb_contribute_key"
|
||||
app:title="@string/contribute_to_sponsorblock" />
|
||||
|
||||
<EditTextPreference
|
||||
android:dependency="sb_contribute_key"
|
||||
app:key="sb_user_id"
|
||||
app:title="@string/sponsorblock_user_id" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="false"
|
||||
app:key="dearrow"
|
||||
|
Loading…
Reference in New Issue
Block a user