From 0a75e14d93b6a5121b333fe0510d3f7aa34ffa5a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 5 Mar 2017 16:20:01 -0800 Subject: show yomichan updated message only when shift to scan is disabled --- ext/fg/js/driver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fg') diff --git a/ext/fg/js/driver.js b/ext/fg/js/driver.js index b37ae6bf..5de762ca 100644 --- a/ext/fg/js/driver.js +++ b/ext/fg/js/driver.js @@ -203,7 +203,7 @@ window.driver = new class { handleError(error, textSource) { if (window.orphaned) { - if (textSource) { + if (textSource && this.options.scanning.requireShift) { this.popup.showNextTo(textSource.getRect()); this.popup.showOrphaned(); } -- cgit v1.2.3