mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +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="segment_type">Segment type</string>
|
||||||
<string name="sb_invalid_segment">Invalid segment start or end</string>
|
<string name="sb_invalid_segment">Invalid segment start or end</string>
|
||||||
<string name="contribute_to_sponsorblock">Contribute to SponsorBlock</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>
|
<string name="filename_too_long">Filename too long!</string>
|
||||||
|
|
||||||
<!-- Notification channel strings -->
|
<!-- Notification channel strings -->
|
||||||
|
@ -24,6 +24,11 @@
|
|||||||
app:key="sb_contribute_key"
|
app:key="sb_contribute_key"
|
||||||
app:title="@string/contribute_to_sponsorblock" />
|
app:title="@string/contribute_to_sponsorblock" />
|
||||||
|
|
||||||
|
<EditTextPreference
|
||||||
|
android:dependency="sb_contribute_key"
|
||||||
|
app:key="sb_user_id"
|
||||||
|
app:title="@string/sponsorblock_user_id" />
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
app:defaultValue="false"
|
app:defaultValue="false"
|
||||||
app:key="dearrow"
|
app:key="dearrow"
|
||||||
|
Loading…
Reference in New Issue
Block a user