mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-05 20:39:59 -08:00
don't close dm tabs when disconnecting (#6285)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user