PromptText

This commit is contained in:
ryoii 2020-03-24 01:10:46 +08:00
parent af05bc517f
commit 182078679f

View File

@ -68,6 +68,9 @@ class PrimaryView : View() {
// command input
textfield {
promptText = "在这里输出命令"
setOnKeyPressed {
if (it.code == KeyCode.ENTER) {
runAsync {