diff --git a/FlashProxy/FlashProxy.cpp b/FlashProxy/FlashProxy.cpp index ac45447..bfd92a1 100644 --- a/FlashProxy/FlashProxy.cpp +++ b/FlashProxy/FlashProxy.cpp @@ -146,6 +146,8 @@ FlashProxyModule::FlashProxyModule(): m_visible(false), m_hidden(false) { + SetEnvironmentVariable(L"WEBVIEW2_DEFAULT_BACKGROUND_COLOR", L"0x00000000"); + WNDCLASSEX childClass = {0}; childClass.cbSize = sizeof(WNDCLASSEX); childClass.style = CS_HREDRAW | CS_VREDRAW | CS_DBLCLKS;