mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web): add ability to not be able to close menu
This commit is contained in:
@@ -43,6 +43,7 @@ function lib.showMenu(id)
|
||||
action = 'setMenu',
|
||||
data = {
|
||||
position = menu.position,
|
||||
canClose = menu.canClose,
|
||||
title = menu.title,
|
||||
items = menu.options
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user