Fixed typo in custom shortcut for full screen in media viewer.

This commit is contained in:
23rd 2023-10-22 01:16:21 +03:00 committed by John Preston
parent be38800a70
commit 53c73accd0
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
//
};