mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Don't clear active state of plugin's sideBar on closing.
This commit is contained in:
parent
3a5f8a263b
commit
7434cedd44
@ -225,6 +225,9 @@ void SideBarManager::sideBarRemoved(const QString &id)
|
||||
|
||||
void SideBarManager::closeSideBar()
|
||||
{
|
||||
if (mApp->isClosing()) {
|
||||
return;
|
||||
}
|
||||
m_activeBar = "None";
|
||||
|
||||
Settings settings;
|
||||
|
Loading…
Reference in New Issue
Block a user