1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

LocationBar: Don't reset site icon when starting load

Fixes losing "secured" icon when navigating to subpages of https sites.
This commit is contained in:
David Rosca 2018-03-20 13:56:30 +01:00
parent 48d87d7a0e
commit fbb48f28fd
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -630,7 +630,6 @@ void LocationBar::loadStarted()
m_progressVisible = true;
m_progressTimer->stop();
m_autofillIcon->hide();
m_siteIcon->setIcon(IconProvider::emptyWebIcon());
}
void LocationBar::loadProgress(int progress)