Skip to content

Commit

Permalink
#299 hardware acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Nov 21, 2019
1 parent 563a9f5 commit 9d00d1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ElectronMainApp/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ require('electron-reload')(__dirname, {
electron: path.join(__dirname, 'node_modules', '.bin', 'electron')
});

/**
* Disables hardware acceleration for this app.
* https://github.com/AdguardTeam/AdGuardForSafari/issues/110
*/
app.disableHardwareAcceleration();

/**
* Creates browser window with default settings
*/
Expand Down

0 comments on commit 9d00d1b

Please sign in to comment.