From 650d86d5a93dce07a3ef2529f8c1288d8cfeb7e1 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Thu, 12 Mar 2015 12:07:35 +0100 Subject: [PATCH] Chrome: select Options tab if it's already opened --- platform/chromium/options_ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/chromium/options_ui.js b/platform/chromium/options_ui.js index 67f5c9578..8a7a03f55 100644 --- a/platform/chromium/options_ui.js +++ b/platform/chromium/options_ui.js @@ -32,6 +32,7 @@ messager.send({ what: 'gotoURL', details: { url: 'dashboard.html', + select: true, index: -1 } });