mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +02:00
Fixed typo in custom shortcut for full screen in media viewer.
This commit is contained in:
parent
be38800a70
commit
53c73accd0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const auto CommandByName = base::flat_map<QString, Command>{
|
|||
{ u"message"_q , Command::JustSendMessage },
|
||||
{ u"message_silently"_q , Command::SendSilentMessage },
|
||||
{ u"message_scheduled"_q , Command::ScheduleMessage },
|
||||
{ u"mevia_viewer_video_fullscreen"_q , Command::MediaViewerFullscreen },
|
||||
{ u"media_viewer_video_fullscreen"_q , Command::MediaViewerFullscreen },
|
||||
//
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue