mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
parent
90c285c1ac
commit
fe6e450a44
|
@ -365,7 +365,7 @@ void WebTab::disconnectObjects()
|
|||
|
||||
WebTab::~WebTab()
|
||||
{
|
||||
if (m_navigationContainer && qzSettings->tabsOnTop) {
|
||||
if (m_navigationContainer && qzSettings->tabsOnTop && !mApp->isClosing()) {
|
||||
m_layout->removeWidget(m_navigationContainer);
|
||||
|
||||
// Needed to prevent flickering when closing tabs
|
||||
|
|
Loading…
Reference in New Issue
Block a user