1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

remove http2

This commit is contained in:
Andrew Simachev 2022-08-03 13:08:27 +03:00
parent b1a1935c5a
commit 47bc17822e
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ const WindowManager = require('./electron/js/window.js');
const Server = require('./electron/js/server.js');
const Util = require('./electron/js/util.js');
app.commandLine.appendSwitch("ignore-connections-limit", "localhost, 127.0.0.1");
app.removeAsDefaultProtocolClient(protocol);
if (process.defaultApp) {