set raw to true

This commit is contained in:
Ksaper 2023-02-19 17:36:09 +02:00
parent 7a20f91fb6
commit d4911c99c2
1 changed files with 2 additions and 2 deletions

View File

@ -755,8 +755,8 @@ local function new(args)
ret._private = {}
ret._private.text = ""
gtable.crush(ret, app_launcher)
gtable.crush(ret, args)
gtable.crush(ret, app_launcher, true)
gtable.crush(ret, args, true)
-- These widgets need to be later accessed
ret._private.prompt = prompt