aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-22 10:03:53 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-22 10:03:53 +0100
commit78be4551b67491a85e3a2312d34c6dfb35c4b9bc (patch)
treee246632851bf7d5ae06d34c92b33a8aad6b22a91 /src/index.js
parentAdd missing toggle mute shortcut (diff)
downloadferdium-app-78be4551b67491a85e3a2312d34c6dfb35c4b9bc.tar.gz
ferdium-app-78be4551b67491a85e3a2312d34c6dfb35c4b9bc.tar.zst
ferdium-app-78be4551b67491a85e3a2312d34c6dfb35c4b9bc.zip
test tweetdeck glitches
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();