diff --git a/Telegram/SourceFiles/platform/win/tray_win.cpp b/Telegram/SourceFiles/platform/win/tray_win.cpp index fda59791e..272ad4f0d 100644 --- a/Telegram/SourceFiles/platform/win/tray_win.cpp +++ b/Telegram/SourceFiles/platform/win/tray_win.cpp @@ -38,7 +38,7 @@ constexpr auto kTooltipDelay = crl::time(10000); QOperatingSystemVersion::Windows, 10, 0, - 17763); + 18282); static const auto kSupported = (kSystemVersion >= kDarkModeAddedVersion); if (!kSupported) { return std::nullopt;