Fix white flashes
In my quest for a nice dark theme browsing experience, I had set QTWEBENGINE_CHROMIUM_FLAGS
to --force-dark-mode
, and removed the background colour on WebView
in my browser theme.
Yet there were still white flashes, when opening new tabs.
So I made this patch after reading Qt docs that specifically mention white flashes, and it did the trick.