Skip to content

Commit

Permalink
⚡ Disable Vulkan support by default due to frequent issues with it on…
Browse files Browse the repository at this point in the history
… Linux
  • Loading branch information
CosmoMyzrailGorynych committed Jul 12, 2024
1 parent 1de688d commit 3e94ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"webkit": {
"plugin": false
},
"chromium-args": "--enable-features=nw2 --load-extensions --force-color-profile=srgb --disable-features=ColorCorrectRendering",
"chromium-args": "--enable-features=nw2 --load-extensions --force-color-profile=srgb --disable-features=ColorCorrectRendering --disable-features=Vulkan",
"dependencies": {
"@neutralinojs/neu": "^11.0.1",
"png2icons": "^2.0.1",
Expand Down

0 comments on commit 3e94ddc

Please sign in to comment.