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:AddPersonalizationButton()
|
||||
menu:AddDepotButton()
|
||||
|
||||
|
||||
menu:AddButton("@MENU_MODS", function(a1)
|
||||
LUI.FlowManager.RequestAddMenu(a1, "mods_menu", true, nil)
|
||||
end)
|
||||
@ -81,6 +81,15 @@ function menu_xboxlive(f16_arg0)
|
||||
end
|
||||
end)
|
||||
|
||||
menu:AddHelp({
|
||||
name = "add_button_helper_text",
|
||||
button_ref = "",
|
||||
helper_text = " ",
|
||||
side = "left",
|
||||
priority = -9000,
|
||||
clickable = false
|
||||
})
|
||||
|
||||
return menu
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user