[Pale-Moon] Update Windows version check caller after WindowsVersion.h updates.

This commit is contained in:
Moonchild
2025-08-13 15:09:11 +02:00
committed by roytam1
parent 58648a77ad
commit f0d40ae44b
@@ -726,10 +726,10 @@ SettingsAppBelievesConnected()
nsresult
nsWindowsShellService::LaunchModernSettingsDialogDefaultApps()
{
if (!IsWindowsBuildOrLater(14965) &&
if (!IsWindows10BuildOrLater(14965) &&
!IsWindowsLogonConnected() && SettingsAppBelievesConnected()) {
// Use the classic Control Panel to work around a bug of older
// builds of Windows 10.
// Use the classic Control Panel to work around a bug in
// particularly old builds of Windows 10.
return LaunchControlPanelDefaultPrograms();
}