Sort by name update

This commit is contained in:
2024-01-12 02:36:02 +02:00
parent 7b315b6192
commit 48ecc5d2b4
10 changed files with 61 additions and 66 deletions

View File

@@ -66,12 +66,12 @@ else if (global.recipemode == "c")
else if (global.recipemode == "f")
{
global.indexphase = "home"
global.recipeindex = 11
global.recipeindex = 24
}
else if (global.recipemode == "g")
{
global.indexphase = "home"
global.recipeindex = 13
global.recipeindex = 7
}
else if (global.recipemode == "m")
{
@@ -81,10 +81,10 @@ else if (global.recipemode == "m")
else if (global.recipemode == "p")
{
global.indexphase = "home"
global.recipeindex = 21
global.recipeindex = 23
}
else if (global.recipemode == "s")
{
global.indexphase = "home"
global.recipeindex = 10
global.recipeindex = 12
}