🎨 Export path selection problem on Linux desktop https://github.com/siyuan-note/siyuan/issues/14861

This commit is contained in:
Daniel 2025-05-29 17:12:12 +08:00
parent 3e12c8761a
commit a26823a84c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -652,6 +652,7 @@ 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("xdg-portal-required-version", "4");
// 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(", ") + "]");