aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_scripts/main.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 78bfce4c..e0215436 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -192,7 +192,6 @@ BackgroundCommands =
if request.registryEntry.options.incognito or request.registryEntry.options.window
windowConfig =
url: request.urls
- focused: true
incognito: request.registryEntry.options.incognito ? false
chrome.windows.create windowConfig, -> callback request
else