aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-18 23:21:49 +0100
committer0neGal <mail@0negal.com>2022-02-18 23:21:49 +0100
commit6289ee5b03eaf27c188eb68c9f8375ec6fc8ec2f (patch)
tree28d91fd2c7bcd34fdb34e19bfd1eef999d75a003 /src
parentd271a1c74cce1ef75672a1ff2888862ee1fc393c (diff)
downloadViper-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...
Diffstat (limited to 'src')
-rw-r--r--src/index.js1
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();