mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Fix GitIgnore, Update from Sonarr
This commit is contained in:
parent
77f1d2e64c
commit
22d9c5e666
17 changed files with 603 additions and 51 deletions
|
@ -89,12 +89,8 @@ const links = [
|
|||
{
|
||||
iconName: icons.SETTINGS,
|
||||
title: 'Settings',
|
||||
to: '/settings/ui',
|
||||
to: '/settings',
|
||||
children: [
|
||||
{
|
||||
title: 'UI',
|
||||
to: '/settings/ui'
|
||||
},
|
||||
{
|
||||
title: 'Media Management',
|
||||
to: '/settings/mediamanagement'
|
||||
|
@ -126,6 +122,10 @@ const links = [
|
|||
{
|
||||
title: 'General',
|
||||
to: '/settings/general'
|
||||
},
|
||||
{
|
||||
title: 'UI',
|
||||
to: '/settings/ui'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue