diff options
-rw-r--r-- | src/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index e44b549..95115b4 100644 --- a/src/index.js +++ b/src/index.js @@ -174,7 +174,6 @@ if (cli.hasArgs()) { cli.init(); } } else { - app.disableHardwareAcceleration(); app.on("ready", () => { app.setPath("userData", path.join(app.getPath("cache"), app.name)); start(); |