mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Track window activation history.
This commit is contained in:
@@ -1287,6 +1287,8 @@ bool MainWidget::showHistoryInDifferentWindow(
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
} else if (!peerId) {
|
||||
return true;
|
||||
} else if (singlePeer()->id == peerId) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user