From 78be4551b67491a85e3a2312d34c6dfb35c4b9bc Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 22 Nov 2017 10:03:53 +0100 Subject: test tweetdeck glitches --- src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/index.js') 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) { // Lets disable Hardware Acceleration until we have a better solution // to deal with the high-perf-gpu requirement of some services -app.disableHardwareAcceleration(); + +// Disabled to test tweetdeck glitches +// app.disableHardwareAcceleration(); // Initialize Settings const settings = new Settings(); -- cgit v1.2.3-54-g00ecf