Added ability to set shortcut to archive chat from dialogs list.

This commit is contained in:
23rd
2024-03-24 17:36:59 +03:00
committed by John Preston
parent 5509c1810b
commit 00a89883fd
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ const auto CommandByName = base::flat_map<QString, Command>{
{ u"message_scheduled"_q , Command::ScheduleMessage },
{ u"media_viewer_video_fullscreen"_q , Command::MediaViewerFullscreen },
{ u"show_scheduled"_q , Command::ShowScheduled },
{ u"archive_chat"_q , Command::ArchiveChat },
//
};