Hi Foot, I have a question about WindUI's Prompt.
I want to create a welcome window with the following layout:
- Title bar: "KING脚本"
- Body text: "欢迎尊重的用户,你的支持是我们更新的动力"
- Two buttons at the bottom: "取消" on the left, "执行" on the right
- No input field / text box anywhere
- Click "执行" → opens the main UI
- Click "取消" → closes the window
I tried using WU:Prompt({...}) but it always shows an input field.
Is there a way to hide the input box and only show buttons?
What's the correct syntax?
Thanks!
Hi Foot, I have a question about WindUI's Prompt.
I want to create a welcome window with the following layout:
I tried using WU:Prompt({...}) but it always shows an input field.
Is there a way to hide the input box and only show buttons?
What's the correct syntax?
Thanks!