diff --git a/Telegram/SourceFiles/window/notifications_manager.cpp b/Telegram/SourceFiles/window/notifications_manager.cpp index 03ea5edb3..5cc8c142f 100644 --- a/Telegram/SourceFiles/window/notifications_manager.cpp +++ b/Telegram/SourceFiles/window/notifications_manager.cpp @@ -49,6 +49,8 @@ System::System(not_null session) if (type == ChangeType::DesktopEnabled) { App::wnd()->updateTrayMenu(); clearAll(); + } else if (type == ChangeType::SoundEnabled) { + App::wnd()->updateTrayMenu(); } else if (type == ChangeType::ViewParams) { updateAll(); } else if (type == ChangeType::IncludeMuted