Skip to content

Commit

Permalink
Merge 72a447d into 98c49fd
Browse files Browse the repository at this point in the history
  • Loading branch information
davepgreene committed Nov 12, 2018
2 parents 98c49fd + 72a447d commit bf886d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const loadTouchBar = (browserWindow) => {
};

Application.commandLine.appendSwitch('disable-http-cache');
// No reason for Awsaml to force Macs to use dedicated gfx
Application.disableHardwareAcceleration();

Application.on('window-all-closed', () => {
Application.quit();
Expand Down

0 comments on commit bf886d0

Please sign in to comment.