mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 23:42:09 +00:00
Added ability to set shortcut to archive chat from dialogs list.
This commit is contained in:
@@ -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 },
|
||||
//
|
||||
};
|
||||
|
||||
|
||||
@@ -67,6 +67,7 @@ enum class Command {
|
||||
ScheduleMessage,
|
||||
|
||||
ReadChat,
|
||||
ArchiveChat,
|
||||
|
||||
MediaViewerFullscreen,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user