mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00: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