mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 18:42:00 +01:00
Fixed ask mode with input mode.
This commit is contained in:
parent
993ac2a2b3
commit
4d75ad4ca1
@ -79,6 +79,17 @@
|
|||||||
answer: {}
|
answer: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
input: {
|
||||||
|
askText: {
|
||||||
|
visible: _("askForVisibleInputPermission"),
|
||||||
|
invisible: _("askForInvisibleInputPermission"),
|
||||||
|
nocanvas: _("askForInputPermission")
|
||||||
|
},
|
||||||
|
askStatus: {
|
||||||
|
alreadyAsked: {},
|
||||||
|
answer: {}
|
||||||
|
}
|
||||||
|
},
|
||||||
readout: {
|
readout: {
|
||||||
askText: {
|
askText: {
|
||||||
visible: _("askForVisibleReadoutPermission"),
|
visible: _("askForVisibleReadoutPermission"),
|
||||||
@ -108,7 +119,7 @@
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// asking
|
// asking
|
||||||
var msg = _(askMode.askText[appearance.text]);
|
var msg = askMode.askText[appearance.text];
|
||||||
if (prefs("showCallingFile")){
|
if (prefs("showCallingFile")){
|
||||||
msg += parseErrorStack(errorStack).toString(_);
|
msg += parseErrorStack(errorStack).toString(_);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user