mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Improve Ctrl+Tab switch design.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user