don't close dm tabs when disconnecting

This commit is contained in:
ebbit1q 2025-11-08 13:35:12 +01:00
parent adff828415
commit b5e8199e26

View file

@ -491,10 +491,6 @@ void TabSupervisor::stop()
tabsToDelete << i.value();
}
for (auto i = messageTabs.cbegin(), end = messageTabs.cend(); i != end; ++i) {
tabsToDelete << i.value();
}
for (const auto tab : tabsToDelete) {
tab->close();
}