mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(keybinds): rename module, tweaks (#127)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
local isOpen = false
|
||||
|
||||
---@param text string
|
||||
---@param options TextUIOptions
|
||||
---@param options? TextUIOptions
|
||||
function lib.showTextUI(text, options)
|
||||
if not options then options = {} end
|
||||
options.text = text
|
||||
|
||||
Reference in New Issue
Block a user