diff options
author | 0neGal <mail@0negal.com> | 2022-02-18 23:21:49 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-18 23:21:49 +0100 |
commit | 6289ee5b03eaf27c188eb68c9f8375ec6fc8ec2f (patch) | |
tree | 28d91fd2c7bcd34fdb34e19bfd1eef999d75a003 | |
parent | d271a1c74cce1ef75672a1ff2888862ee1fc393c (diff) | |
download | Viper-6289ee5b03eaf27c188eb68c9f8375ec6fc8ec2f.tar.gz Viper-6289ee5b03eaf27c188eb68c9f8375ec6fc8ec2f.zip |
fix hardware acceleration being disabled
This was due to me testing something, not actually supposed to be in
release builds...
-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(); |