improved behavior for shiftless scanning, update url

This commit is contained in:
Alex Yatskov 2017-04-01 16:54:13 -07:00
parent 4eb3e2f06c
commit 372cdbf14b
2 changed files with 3 additions and 2 deletions

View File

@ -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);

View File

@ -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"
} }
} }
} }