Skip to content

Fix white flashes

Alva Snædís requested to merge alva/falkon:fix-white-flashes into master

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.

Merge request reports