diff --git a/electron/main/index.ts b/electron/main/index.ts index e1b0a83..6f55c68 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -41,6 +41,9 @@ if (!app.requestSingleInstanceLock()) { process.exit(0); } +app.commandLine.appendSwitch('--no-proxy-server') +app.commandLine.appendSwitch('--disable-renderer-backgrounding') + // Remove electron security warnings // This warning only shows in development mode // Read more on https://www.electronjs.org/docs/latest/tutorial/security diff --git a/package.json b/package.json index 1ca78aa..e407080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "panthor", - "version": "2.0.4", + "version": "2.0.5", "main": "dist-electron/main/index.js", "description": "Panthor Launcher", "author": "Kaibu", diff --git a/src/components/ModCard.vue b/src/components/ModCard.vue index 1205cfc..f19f332 100644 --- a/src/components/ModCard.vue +++ b/src/components/ModCard.vue @@ -1,16 +1,17 @@