build: Do not load emojis at initial start on web
This commit is contained in:
parent
601220c18f
commit
a7a8285a55
4 changed files with 10 additions and 2 deletions
|
|
@ -52,7 +52,7 @@
|
|||
serviceWorkerVersion: serviceWorkerVersion,
|
||||
},
|
||||
onEntrypointLoaded: function (engineInitializer) {
|
||||
engineInitializer.initializeEngine().then(function (appRunner) {
|
||||
engineInitializer.initializeEngine({ useColorEmoji: true }).then(function (appRunner) {
|
||||
appRunner.runApp();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue