зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1450975 - Load themes without an accentcolor. r=jaws
MozReview-Commit-ID: 2EGsaajHZfM --HG-- extra : rebase_source : 000a1a9042db4635165d01368aab39a8027fbf90
This commit is contained in:
Родитель
19afb72fb1
Коммит
4b0cdc70e8
|
@ -147,7 +147,7 @@ LightweightThemeConsumer.prototype = {
|
|||
root.removeAttribute("lwtheme-image");
|
||||
}
|
||||
|
||||
let active = !!aData.accentcolor;
|
||||
let active = aData.accentcolor || aData.headerURL;
|
||||
this._active = active;
|
||||
|
||||
if (aData.icons) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче