mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 06:46:12 +00:00
Rename ZenEmojies.mjs to ZenEmojis.mjs for correct spelling. (#8841)
* Rename ZenEmojies.mjs to ZenEmojis.mjs Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> * Rename references to ZenEmojies.mjs to ZenEmojis.mjs Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> * Update linter ignored files to the new emojis rename. Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> * Rename emojies to emojis in the zen-assets.jar.inc.mn file. Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> --------- Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
This commit is contained in:
@@ -2918,7 +2918,7 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
}
|
||||
const lazy = {};
|
||||
Services.scriptloader.loadSubScript(
|
||||
'chrome://browser/content/zen-components/ZenEmojies.mjs',
|
||||
'chrome://browser/content/zen-components/ZenEmojis.mjs',
|
||||
lazy
|
||||
);
|
||||
this._emojis = lazy.zenGlobalEmojis();
|
||||
|
Reference in New Issue
Block a user