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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user