* Clean up themes a bit more with new features

* Theme related work for deleting user messages
This commit is contained in:
Bryan Ashby
2018-07-04 18:49:26 -06:00
parent 0d55daabe4
commit c7739c0503
5 changed files with 22 additions and 0 deletions

View File

@@ -133,6 +133,19 @@
}
},
deleteMessageFromListPrompt: {
art: MSGDELPMPT
mci: {
TM1: {
argName: promptValue
items: [ "yes", "no" ]
focus: true
hotKeys: { Y: 0, N: 1 }
hotKeySubmit: true
}
}
}
"newAreaPostPrompt" : {
"art" : "message_area_new_post",
"mci" : {