Add unicode bidi isolates to i18n substitutions for strings

This commit is contained in:
Jamie Kyle 2024-02-28 16:42:43 -08:00 committed by GitHub
parent 06f4652b4f
commit 3050a314f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 345 additions and 6 deletions

View file

@ -986,7 +986,7 @@ async function createWindow() {
await safeLoadURL(
mainWindow,
getEnvironment() === Environment.Test
process.env.TEST_ELECTRON_SCRIPT != null
? await prepareFileUrl([__dirname, '../test/index.html'])
: await prepareFileUrl([__dirname, '../background.html'])
);