mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fix GitIgnore, Update from Sonarr
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user