diff --git a/src/lib/webview/webtab.cpp b/src/lib/webview/webtab.cpp index 8ff08b91b..088630f19 100644 --- a/src/lib/webview/webtab.cpp +++ b/src/lib/webview/webtab.cpp @@ -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