1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 20:15:46 +01:00

Make "all" toggle other items in "activate", "eventignore", "newtab", and "sanitizeitems".

This commit is contained in:
Kris Maglione
2010-10-12 14:29:11 -04:00
parent 2e3f47b19e
commit 4351bb675b
5 changed files with 22 additions and 11 deletions

View File

@@ -797,9 +797,9 @@ const Dactyl = Module("dactyl", {
: params.where == dactyl.NEW_BACKGROUND_TAB;
if (params.from && dactyl.has("tabs")) {
if (!params.where && options.get("newtab").has("all", params.from))
if (!params.where && options.get("newtab").has(params.from))
where = dactyl.NEW_TAB;
background ^= !options.get("activate").has("all", params.from);
background ^= !options.get("activate").has(params.from);
}
if (urls.length == 0)