2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added ability to open chat in window from Ctrl+click on notifications.

This commit is contained in:
23rd
2025-03-30 23:14:57 +03:00
parent 260b72fec1
commit 79e0bd36cf
2 changed files with 17 additions and 4 deletions

View File

@@ -355,7 +355,8 @@ protected:
private:
void openNotificationMessage(
not_null<History*> history,
MsgId messageId);
MsgId messageId,
bool openSeparated);
const not_null<System*> _system;