| Index: ext/background.js |
| =================================================================== |
| --- a/ext/background.js |
| +++ b/ext/background.js |
| @@ -740,7 +740,7 @@ |
| let open = win => |
| { |
| let optionsUrl = "options.html"; |
| - let queryInfo = {url: optionsUrl}; |
| + let queryInfo = {title: "Adblock Plus Options"}; |
|
Oleksandr
2017/08/25 22:59:31
This is somewhat questionable, of course. It is po
Sebastian Noack
2017/08/26 06:41:10
The title indeed doesn't seem to be translated, bu
|
| if (win) |
| queryInfo.windowId = win.id; |