This commit is contained in:
parent
1e16c33019
commit
e1cdd7cb44
1 changed files with 6 additions and 1 deletions
|
@ -231,7 +231,12 @@ function match({url, tabId}) {
|
|||
prefs.custom[key] = s;
|
||||
}
|
||||
else if (prefs.custom._.indexOf('*') !== -1) {
|
||||
prefs.custom['*'] = s;
|
||||
if (prefs.custom[key]) {
|
||||
prefs.custom[key] = s;
|
||||
}
|
||||
else {
|
||||
prefs.custom['*'] = s;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue