14 lines
448 B
Diff
14 lines
448 B
Diff
diff --git a/gui/electron/main/index.ts b/gui/electron/main/index.ts
|
|
index 0210e5eb..a52bbb5b 100644
|
|
--- a/gui/electron/main/index.ts
|
|
+++ b/gui/electron/main/index.ts
|
|
@@ -361,7 +361,7 @@ function createWindow() {
|
|
}
|
|
|
|
const checkEnvironmentVariables = () => {
|
|
- const to_check = ['_JAVA_OPTIONS', 'JAVA_TOOL_OPTIONS'];
|
|
+ const to_check = ['_JAVA_OPTIONS'];
|
|
|
|
const set = to_check.filter((env) => !!process.env[env]);
|
|
if (set.length > 0) {
|