Fix Windows 10 start prob

This commit is contained in:
AlphaX-Projects 2023-07-04 18:21:41 +02:00 committed by GitHub
parent f4929f266e
commit 0ea173fab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,6 @@ if (myMemory > 16000000000) {
app.commandLine.appendSwitch('enable-experimental-web-platform-features')
app.commandLine.appendSwitch('disable-renderer-backgrounding')
app.commandLine.appendSwitch('enable-gpu-rasterization', true)
app.commandLine.appendSwitch('disable-http-cache')
app.commandLine.appendSwitch('log-file', 'qortal-ui.log')
app.commandLine.appendSwitch('enable-logging')