don't close dm tabs when disconnecting (#6285)

This commit is contained in:
ebbit1q
2025-11-08 20:06:54 +01:00
committed by GitHub
parent dbd1d30ca8
commit 6d75ce4b1c

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();
}