mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Switch sidebar ordering
This commit is contained in:
@@ -92,14 +92,6 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'macOS Monterey',
|
|
||||||
collapsable: false,
|
|
||||||
sidebarDepth: 1,
|
|
||||||
children: [
|
|
||||||
['MONTEREY-DROP', 'macOS Monterey Support'],
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'macOS Ventura',
|
title: 'macOS Ventura',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
@@ -107,6 +99,15 @@ module.exports = {
|
|||||||
children: [
|
children: [
|
||||||
['VENTURA-DROP', 'macOS Ventura Support'],
|
['VENTURA-DROP', 'macOS Ventura Support'],
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: 'macOS Monterey',
|
||||||
|
collapsable: false,
|
||||||
|
sidebarDepth: 1,
|
||||||
|
children: [
|
||||||
|
['MONTEREY-DROP', 'macOS Monterey Support'],
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Misc',
|
title: 'Misc',
|
||||||
|
|||||||
Reference in New Issue
Block a user