mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-25 11:19:59 +01:00
Merge branch 'feat/only-show-latest-from-channel' of github.com:jasonhenriquez/FreeTube into feat/only-show-latest-from-channel
This commit is contained in:
commit
1cdd070b63
@ -27,7 +27,7 @@
|
||||
@change="updateHideWatchedSubs"
|
||||
/>
|
||||
<ft-toggle-switch
|
||||
:label="$t('Settings.Subscription Settings.Only Show Latest Video from Channel')"
|
||||
:label="$t('Settings.Subscription Settings.Only Show Latest Video for Each Channel')"
|
||||
:default-value="onlyShowLatestFromChannel"
|
||||
:compact="true"
|
||||
@change="updateOnlyShowLatestFromChannel"
|
||||
|
@ -337,7 +337,7 @@ Settings:
|
||||
Fetch Feeds from RSS: Fetch Feeds from RSS
|
||||
Manage Subscriptions: Manage Subscriptions
|
||||
Fetch Automatically: Fetch Feed Automatically
|
||||
Only Show Latest Video from Channel: Only Show Latest Video from Channel
|
||||
Only Show Latest Video for Each Channel: Only Show Latest Video for Each Channel
|
||||
Distraction Free Settings:
|
||||
Distraction Free Settings: Distraction Free Settings
|
||||
Sections:
|
||||
|
Loading…
Reference in New Issue
Block a user