mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
fix(interface/men): fix cursor being shown in menu (#273)
This commit is contained in:
@@ -65,7 +65,7 @@ function lib.showMenu(id, startIndex)
|
|||||||
|
|
||||||
openMenu = menu
|
openMenu = menu
|
||||||
|
|
||||||
lib.setNuiFocus(not menu.disableInput, false)
|
lib.setNuiFocus(not menu.disableInput, true)
|
||||||
|
|
||||||
SendNUIMessage({
|
SendNUIMessage({
|
||||||
action = 'setMenu',
|
action = 'setMenu',
|
||||||
|
|||||||
Reference in New Issue
Block a user