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