Fix white flashes

remotes/origin/new-html5-permissions
Alva Snædís 6 years ago
parent 9d8a727f9f
commit 4ebeb509b7
  1. 2
      src/lib/webengine/webpage.cpp

@ -81,6 +81,8 @@ WebPage::WebPage(QObject* parent)
, m_secureStatus(false)
{
QWebChannel *channel = new QWebChannel(this);
// Prevents white flashes.
setBackgroundColor(MainApplication::palette().color(QPalette::Window));
ExternalJsObject::setupWebChannel(channel, this);
setWebChannel(channel, SafeJsWorld);

Loading…
Cancel
Save