From 0ea173fab44134cf5faeb5607bf73df9932e2baf Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Tue, 4 Jul 2023 18:21:41 +0200 Subject: [PATCH] Fix Windows 10 start prob --- electron.js | 1 - 1 file changed, 1 deletion(-) diff --git a/electron.js b/electron.js index eaa11846..27225bd6 100644 --- a/electron.js +++ b/electron.js @@ -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')