We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591d9a9 commit a062626Copy full SHA for a062626
src/index.ts
@@ -20,6 +20,9 @@ let mainWindow: Electron.BrowserWindow | null = null;
20
21
let server: ChildProcess | null = null;
22
23
+app.commandLine.appendSwitch('ignore-connections-limit', 'app.httptoolkit.tech');
24
+app.commandLine.appendSwitch('disable-renderer-backgrounding');
25
+
26
const createWindow = () => {
27
mainWindow = new BrowserWindow({
28
title: 'HTTP Toolkit',
0 commit comments