From 53c73accd0ff4af21151e83862878aa71a14a973 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Sun, 22 Oct 2023 01:16:21 +0300 Subject: [PATCH] Fixed typo in custom shortcut for full screen in media viewer. --- Telegram/SourceFiles/core/shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/core/shortcuts.cpp b/Telegram/SourceFiles/core/shortcuts.cpp index 82d93ec288..f673aba28f 100644 --- a/Telegram/SourceFiles/core/shortcuts.cpp +++ b/Telegram/SourceFiles/core/shortcuts.cpp @@ -97,7 +97,7 @@ const auto CommandByName = base::flat_map{ { 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 }, // };