diff --git a/art/themes/luciano_blocktronics/wfckicknodeprompt.ans b/art/themes/luciano_blocktronics/wfckicknodeprompt.ans new file mode 100644 index 00000000..a11d90eb --- /dev/null +++ b/art/themes/luciano_blocktronics/wfckicknodeprompt.ans @@ -0,0 +1 @@ +>> kick node? %TM1%TM1 diff --git a/misc/menu_templates/main.in.hjson b/misc/menu_templates/main.in.hjson index 85857fc7..208892ab 100644 --- a/misc/menu_templates/main.in.hjson +++ b/misc/menu_templates/main.in.hjson @@ -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.