diff --git a/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp b/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp
index b761b06fa..92b7b88b1 100644
--- a/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp
+++ b/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp
@@ -56,6 +56,7 @@ namespace {
[[nodiscard]] std::wstring NotificationTemplate(
QString id,
Window::Notifications::Manager::DisplayOptions options) {
+ const auto crop = (cUserpicCornersType() == 3) ? L"circle" : L"none";
const auto wid = id.replace('&', "&").toStdWString();
const auto fastReply = LR"(
@@ -78,7 +79,7 @@ namespace {
-
+