improved behavior for shiftless scanning, update url
This commit is contained in:
parent
4eb3e2f06c
commit
372cdbf14b
@ -75,7 +75,7 @@ window.driver = new class {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const searchFunc = () => this.searchAt(this.lastMousePos);
|
const searchFunc = () => this.searchAt(this.lastMousePos);
|
||||||
if (this.popup.isVisible()) {
|
if (this.options.scanning.requireShift) {
|
||||||
searchFunc();
|
searchFunc();
|
||||||
} else {
|
} else {
|
||||||
this.popupTimerSet(searchFunc);
|
this.popupTimerSet(searchFunc);
|
||||||
|
@ -50,7 +50,8 @@
|
|||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "yomichan-live@foosoft.net",
|
"id": "yomichan-live@foosoft.net",
|
||||||
"strict_min_version": "51.0"
|
"strict_min_version": "51.0",
|
||||||
|
"update_url": "https://foosoft.net/projects/yomichan/dl/updates.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user