summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/menu.lua')
-rw-r--r--src/ffluci/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffluci/menu.lua b/src/ffluci/menu.lua
index 5a5f421e9d..0a1aad5d1f 100644
--- a/src/ffluci/menu.lua
+++ b/src/ffluci/menu.lua
@@ -47,7 +47,7 @@ local menuc = {}
-- Adds a menu category to the current menu and selects it
function add(cat, controller, title, order)
- order = order or 50
+ order = order or 100
if not menu[cat] then
menu[cat] = {}
end