Add logoffConfirmation prompt

This commit is contained in:
Bryan Ashby 2015-12-23 16:41:49 -07:00
parent 66ec24b31a
commit 27d4d92897
1 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,19 @@
}
}
},
logoffConfirmation: {
art: LOGPMPT
mci: {
TM1: {
argName: promptValue
items: [ "yes", "no" ]
focus: true
hotKeys: { Y: 0, N: 1 }
}
}
}
"menuCommand" : {
art: MNUPRMT
"mci" : {