2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add "Open in new window" to context menu.

This commit is contained in:
John Preston
2023-02-03 19:32:25 +04:00
parent 94b489835c
commit bbd937115c
18 changed files with 92 additions and 48 deletions

View File

@@ -477,6 +477,10 @@ public:
Fn<void(MessageIdsList)> done);
void clearChooseReportMessages();
void showInNewWindow(
not_null<PeerData*> peer,
MsgId msgId = ShowAtUnreadMsgId);
void toggleChooseChatTheme(not_null<PeerData*> peer);
[[nodiscard]] bool dialogsListFocused() const {