aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index e21666086..6a08e5e5a 100644
--- a/src/index.js
+++ b/src/index.js
@@ -39,7 +39,9 @@ if (isSecondInstance) {
39 39
40// Lets disable Hardware Acceleration until we have a better solution 40// Lets disable Hardware Acceleration until we have a better solution
41// to deal with the high-perf-gpu requirement of some services 41// to deal with the high-perf-gpu requirement of some services
42app.disableHardwareAcceleration(); 42
43// Disabled to test tweetdeck glitches
44// app.disableHardwareAcceleration();
43 45
44// Initialize Settings 46// Initialize Settings
45const settings = new Settings(); 47const settings = new Settings();