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