mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
fix onExit support for lation_ui
This commit is contained in:
@@ -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