mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Export path selection problem on Linux desktop https://github.com/siyuan-note/siyuan/issues/14861
This commit is contained in:
parent
3e12c8761a
commit
a26823a84c
1 changed files with 1 additions and 0 deletions
|
|
@ -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(", ") + "]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue