mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1921199 - Use original path from BuiltInThemeConfig.sys.mjs in BuiltInThemes.maybeInstallActiveBuiltInTheme. r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D223727
This commit is contained in:
parent
5ee4675ab0
commit
86ef092473
@ -82,7 +82,7 @@ class _BuiltInThemes {
|
||||
lazy.AddonManager.maybeInstallBuiltinAddon(
|
||||
activeThemeID,
|
||||
activeBuiltInTheme.version,
|
||||
`resource://builtin-themes/${activeBuiltInTheme.path}`
|
||||
activeBuiltInTheme.path
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user