mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
fix onExit support for lation_ui
This commit is contained in:
@@ -53,7 +53,7 @@ setr jim_DisableDebug true
|
||||
setr jim_DisableEventDebug true
|
||||
|
||||
# Force the default setting for what framework scripts should be used
|
||||
setr jim_menuScript qb # qb, ox, gta, jim, lation
|
||||
setr jim_menuScript qb # qb, ox, gta, lation
|
||||
setr jim_notifyScript gta # qb, ox, gta, esx, okok, red, lation
|
||||
setr jim_drawTextScript qb # qb, ox, gta, esx, lation
|
||||
setr jim_progressBarScript qb # qb, ox, gta, esx, lation
|
||||
|
||||
@@ -283,6 +283,7 @@ function openMenu(Menu, data)
|
||||
exports.lation_ui:registerMenu({
|
||||
id = 'menu',
|
||||
title = data.header,
|
||||
onExit = data.onExit and data.onExit or nil,
|
||||
subtitle = (data.headertxt and data.headertxt or ""),
|
||||
options = Menu,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user