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 585f6eb commit 324d1c4Copy full SHA for 324d1c4
1 file changed
electron/main.js
@@ -8,6 +8,8 @@ import { createMenuTemplate } from './menu';
8
import { readConfig } from './config';
9
import { sendSyncState } from './sync-state';
10
11
+app.commandLine.appendSwitch('disable-http-cache');
12
+
13
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = 1;
14
15
const iconPath = path.resolve(__dirname, 'logo.png');
0 commit comments