mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
Pull Sonarr commit 'Import lists in settings overview' (#5138)
* Import lists in settings overview (cherry picked from commit f45b27f507953724e9469ce16c4e555985312150) * fixup! Sonarr wording Co-authored-by: Mark McDowall <mark@mcdowall.ca> Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
parent
3d5570dfd9
commit
4b279e87cf
1 changed files with 11 additions and 0 deletions
|
@ -91,6 +91,17 @@ function Settings() {
|
|||
{translate('ListsSettingsSummary')}
|
||||
</div>
|
||||
|
||||
<Link
|
||||
className={styles.link}
|
||||
to="/settings/importlists"
|
||||
>
|
||||
Import Lists
|
||||
</Link>
|
||||
|
||||
<div className={styles.summary}>
|
||||
Import from lists and manage list exclusions
|
||||
</div>
|
||||
|
||||
<Link
|
||||
className={styles.link}
|
||||
to="/settings/connect"
|
||||
|
|
Loading…
Reference in a new issue