1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Don't clear active state of plugin's sideBar on closing.

This commit is contained in:
S. Razi Alavizadeh 2013-07-17 18:51:39 +04:30
parent 3a5f8a263b
commit 7434cedd44

View File

@ -225,6 +225,9 @@ void SideBarManager::sideBarRemoved(const QString &id)
void SideBarManager::closeSideBar()
{
if (mApp->isClosing()) {
return;
}
m_activeBar = "None";
Settings settings;