mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
[Pale-Moon] Update Windows version check caller after WindowsVersion.h updates.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user