Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement: disable hardware acceleration
Browse files Browse the repository at this point in the history
jeeanribeiro committed May 29, 2024
1 parent 5cbca17 commit af72bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop/lib/electron/processes/main.process.ts
Original file line number Diff line number Diff line change
@@ -52,6 +52,8 @@ initialiseDeepLinks()
// @ts-expect-error
app.setAppUserModelId(APP_ID)

app.disableHardwareAcceleration()

/**
* Terminate application if Node remote debugging detected
*/

0 comments on commit af72bc3

Please sign in to comment.