diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-02-05 07:36:42 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-02-05 07:38:02 +0000 |
commit | bc81d77477f7b9f496bfc5ea9d4a0238a2f0662c (patch) | |
tree | 04eebdb9d03134fdfd177640fd5fb12881ce7811 /editors/vscode/files/patch-src_main.js | |
parent | a6bb8d7574f4b73348eb17fa0d07b69422135c41 (diff) |
Diffstat (limited to 'editors/vscode/files/patch-src_main.js')
-rw-r--r-- | editors/vscode/files/patch-src_main.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js index a9385480e8a3..352c2b5f90e8 100644 --- a/editors/vscode/files/patch-src_main.js +++ b/editors/vscode/files/patch-src_main.js @@ -1,6 +1,6 @@ ---- src/main.js.orig 2023-11-01 09:39:20 UTC +--- src/main.js.orig 2024-01-31 22:36:21 UTC +++ src/main.js -@@ -139,7 +139,7 @@ if (locale) { +@@ -140,7 +140,7 @@ if (locale) { // Pseudo Language Language Pack is being used. // In that case, use `en` as the Electron locale. @@ -9,7 +9,7 @@ const electronLocale = (!locale || locale === 'qps-ploc') ? 'en' : locale; app.commandLine.appendSwitch('lang', electronLocale); } -@@ -204,7 +204,7 @@ function configureCommandlineSwitchesSync(cliArgs) { +@@ -205,7 +205,7 @@ function configureCommandlineSwitchesSync(cliArgs) { 'force-color-profile' ]; |