Skip to content

Commit 324d1c4

Browse files
committed
Add --disable-http-cache, closes #423
1 parent 585f6eb commit 324d1c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

electron/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { createMenuTemplate } from './menu';
88
import { readConfig } from './config';
99
import { sendSyncState } from './sync-state';
1010

11+
app.commandLine.appendSwitch('disable-http-cache');
12+
1113
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = 1;
1214

1315
const iconPath = path.resolve(__dirname, 'logo.png');

0 commit comments

Comments
 (0)