📝 Remember why we added backgroundColor

This commit is contained in:
Antonio Scandurra
2016-05-17 09:44:54 +02:00
parent 21563ddb57
commit 764de235a8

View File

@@ -24,6 +24,10 @@ class AtomWindow
options =
show: false
title: 'Atom'
# Add an opaque backgroundColor (instead of keeping the default
# transparent one) to prevent subpixel anti-aliasing from being disabled.
# We believe this is a regression introduced with Electron 0.37.3, and
# thus we should remove this as soon as a fix gets released.
backgroundColor: "#fff"
webPreferences:
backgroundThrottling: not @isSpec