mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fixed hiding navigation container when disable and enabling tabs on top.
Closes #764
This commit is contained in:
parent
27cd8cce64
commit
ac7dc197ae
|
@ -365,7 +365,7 @@ void WebTab::disconnectObjects()
|
|||
|
||||
WebTab::~WebTab()
|
||||
{
|
||||
if (m_navigationContainer) {
|
||||
if (m_navigationContainer && qzSettings->tabsOnTop) {
|
||||
m_layout->removeWidget(m_navigationContainer);
|
||||
|
||||
// Needed to prevent flickering when closing tabs
|
||||
|
|
Loading…
Reference in New Issue
Block a user