Skip to content

Commit

Permalink
Override the new theme prototype so we dont hit 100% CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Nov 15, 2016
1 parent 20c89e3 commit d2e93ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/generic/windowThemeHandler.js
Expand Up @@ -8,6 +8,7 @@ if (!global.isGPM) {
disable: () => {},
enable: () => {},
redrawTheme: () => {},
_injectBackgroundOverlay: () => {},
});

let customColor = Settings.get('themeColor');
Expand Down

0 comments on commit d2e93ae

Please sign in to comment.