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

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