Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
linux: Disable hardware acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jan 12, 2019
1 parent 9cdb01b commit 7aa55fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/view/chat-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class ChatBox {
devtools: true,
contextMenu: true,
allowFileAccessFromFiles: true,
hardwareAcceleration: false,
})
this.browser.setStyle({flex: 1})
this.browser.setBindingName('wey')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"download-yue": "2.x",
"fetch-yode": "0.2.0",
"fs-extra": "5.0.0",
"gui": "0.5.2",
"gui": "0.5.3",
"keytar": "4.3.0",
"mini-signals": "1.1.1",
"opn": "5.3.0",
Expand Down

0 comments on commit 7aa55fb

Please sign in to comment.