Add "images" settings page
This commit is contained in:
@@ -70,12 +70,23 @@ export const AppRoutes = {
|
||||
match: 'download',
|
||||
path: '/settings/download',
|
||||
childRoutes: {
|
||||
// TODO: deprecated - got moved to "settings/images/processing/downloads"
|
||||
conversions: {
|
||||
match: 'conversions',
|
||||
path: '/settings/download/conversions',
|
||||
},
|
||||
},
|
||||
},
|
||||
images: {
|
||||
match: 'images',
|
||||
path: '/settings/images',
|
||||
childRoutes: {
|
||||
processingDownloads: {
|
||||
match: 'processing/downloads',
|
||||
path: '/settings/images/processing/downloads',
|
||||
},
|
||||
},
|
||||
},
|
||||
backup: {
|
||||
match: 'backup',
|
||||
path: '/settings/backup',
|
||||
|
||||
Reference in New Issue
Block a user