Missing defaults

This commit is contained in:
Bryan Ashby 2022-07-16 22:23:34 -06:00
parent 821380fcb5
commit e8f6a2f702
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
>> kick node? %TM1%TM1

View File

@ -1078,6 +1078,20 @@
]
}
// WFC
confirmKickNodePrompt: {
art: wfckicknodeprompt
mci: {
TM1: {
argName: promptValue
items: [ "yes", "no" ]
focus: true
hotKeys: { Y: 0, N: 1 }
hotKeySubmit: true
}
}
}
////////////////////////////////////////////////////////////////////////
// These entries are required by the system and must exist.
// You can still modify/theme them, however.