workaround for back button overlapping (#441)
This commit is contained in:
parent
befd3653fc
commit
65cffef560
@ -26,7 +26,7 @@ function menu_xboxlive(f16_arg0)
|
|||||||
menu:AddBarracksButton()
|
menu:AddBarracksButton()
|
||||||
menu:AddPersonalizationButton()
|
menu:AddPersonalizationButton()
|
||||||
menu:AddDepotButton()
|
menu:AddDepotButton()
|
||||||
|
|
||||||
menu:AddButton("@MENU_MODS", function(a1)
|
menu:AddButton("@MENU_MODS", function(a1)
|
||||||
LUI.FlowManager.RequestAddMenu(a1, "mods_menu", true, nil)
|
LUI.FlowManager.RequestAddMenu(a1, "mods_menu", true, nil)
|
||||||
end)
|
end)
|
||||||
@ -81,6 +81,15 @@ function menu_xboxlive(f16_arg0)
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
menu:AddHelp({
|
||||||
|
name = "add_button_helper_text",
|
||||||
|
button_ref = "",
|
||||||
|
helper_text = " ",
|
||||||
|
side = "left",
|
||||||
|
priority = -9000,
|
||||||
|
clickable = false
|
||||||
|
})
|
||||||
|
|
||||||
return menu
|
return menu
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user