mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01: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:
parent
48d87d7a0e
commit
fbb48f28fd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user