refactor(keybinds): rename module, tweaks (#127)

This commit is contained in:
Dominic
2022-10-14 17:08:20 -06:00
committed by GitHub
parent 115bf702c9
commit 4f71595122
3 changed files with 49 additions and 54 deletions

View File

@@ -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