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:
Dão Gottwald 2024-09-26 14:59:45 +00:00
parent 5ee4675ab0
commit 86ef092473

View File

@ -82,7 +82,7 @@ class _BuiltInThemes {
lazy.AddonManager.maybeInstallBuiltinAddon(
activeThemeID,
activeBuiltInTheme.version,
`resource://builtin-themes/${activeBuiltInTheme.path}`
activeBuiltInTheme.path
);
}
}