diff --git a/Library/TrayWindow.cpp b/Library/TrayWindow.cpp index f4883e18..1d7c0836 100644 --- a/Library/TrayWindow.cpp +++ b/Library/TrayWindow.cpp @@ -309,7 +309,7 @@ void CTrayWindow::ShowNotification(TRAY_NOTIFICATION id, const WCHAR* title, con wcsncpy_s(nid.szInfoTitle, title, _TRUNCATE); wcsncpy_s(nid.szInfo, text, _TRUNCATE); - if (Platform::IsAtLeastWinVista()) + if (Platform::IsAtLeastWin7()) { nid.dwInfoFlags |= NIIF_LARGE_ICON; nid.hBalloonIcon = GetIcon(IDI_RAINMETER, true);