mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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
|
||||
|
||||
lib.setNuiFocus(not menu.disableInput, false)
|
||||
lib.setNuiFocus(not menu.disableInput, true)
|
||||
|
||||
SendNUIMessage({
|
||||
action = 'setMenu',
|
||||
|
||||
Reference in New Issue
Block a user