🔥 No longer force using discrete GPU on desktop https://github.com/siyuan-note/siyuan/issues/9845
This commit is contained in:
parent
a1a6fb513d
commit
a2bae98316
1 changed files with 0 additions and 1 deletions
|
@ -612,7 +612,6 @@ app.commandLine.appendSwitch("disable-web-security");
|
|||
app.commandLine.appendSwitch("auto-detect", "false");
|
||||
app.commandLine.appendSwitch("no-proxy-server");
|
||||
app.commandLine.appendSwitch("enable-features", "PlatformHEVCDecoderSupport");
|
||||
app.commandLine.appendSwitch("force_high_performance_gpu"); // Force using discrete GPU when there are multiple GPUs available on the desktop https://github.com/siyuan-note/siyuan/issues/9694
|
||||
|
||||
// Support set Chromium command line arguments on the desktop https://github.com/siyuan-note/siyuan/issues/9696
|
||||
writeLog("app is packaged [" + app.isPackaged + "], command line args [" + process.argv.join(", ") + "]");
|
||||
|
|
Loading…
Add table
Reference in a new issue