workaround for back button overlapping (#441)

This commit is contained in:
Vlad 2023-01-01 18:22:58 +03:00 committed by GitHub
parent befd3653fc
commit 65cffef560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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