Missing defaults
This commit is contained in:
parent
821380fcb5
commit
e8f6a2f702
|
@ -0,0 +1 @@
|
|||
[0m[1;30m>> [0;36mkick node[1;30m?[0m [36m%TM1[1m%TM1[0m
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue