Improve Ctrl+Tab switch design.

This commit is contained in:
John Preston
2025-08-21 18:04:19 +04:00
parent 0d8065fc1f
commit fe26594f12
4 changed files with 63 additions and 16 deletions
@@ -2067,10 +2067,9 @@ void SessionController::setActiveChatEntry(Dialogs::RowDescriptor row) {
{ anim::type::normal, anim::activation::background });
}, _activeHistoryLifetime);
}
if (const auto thread = row.key.thread()) {
session().recentPeers().chatOpenPush(thread);
}
}
if (const auto thread = row.key.thread()) {
session().recentPeers().chatOpenPush(thread);
}
if (session().supportMode()) {
pushToChatEntryHistory(row);