mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Correctly hide/show rss icon with "Always show go icon" option.
Regression from 05ca29715f
Closes #926
This commit is contained in:
parent
b59d42fc1b
commit
c305811334
@ -51,6 +51,7 @@ LocationBar::LocationBar(QupZilla* mainClass)
|
|||||||
, m_webView(0)
|
, m_webView(0)
|
||||||
, m_pasteAndGoAction(0)
|
, m_pasteAndGoAction(0)
|
||||||
, m_clearAction(0)
|
, m_clearAction(0)
|
||||||
|
, m_rssIconVisible(false)
|
||||||
, m_holdingAlt(false)
|
, m_holdingAlt(false)
|
||||||
, m_loadProgress(0)
|
, m_loadProgress(0)
|
||||||
, m_progressVisible(false)
|
, m_progressVisible(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user