Add logoffConfirmation prompt
This commit is contained in:
parent
66ec24b31a
commit
27d4d92897
|
@ -32,6 +32,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
logoffConfirmation: {
|
||||||
|
art: LOGPMPT
|
||||||
|
mci: {
|
||||||
|
TM1: {
|
||||||
|
argName: promptValue
|
||||||
|
items: [ "yes", "no" ]
|
||||||
|
focus: true
|
||||||
|
hotKeys: { Y: 0, N: 1 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
"menuCommand" : {
|
"menuCommand" : {
|
||||||
art: MNUPRMT
|
art: MNUPRMT
|
||||||
"mci" : {
|
"mci" : {
|
||||||
|
|
Loading…
Reference in New Issue