mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[Windows] Fix color picker on old versions of Windows 10.
This commit is contained in:
@@ -639,7 +639,7 @@ String OS_Windows::get_version_alias() const {
|
||||
} else {
|
||||
windows_string += "Unknown";
|
||||
}
|
||||
// Windows versions older than 7 cannot run Godot.
|
||||
// Windows versions older than 10 cannot run Godot.
|
||||
|
||||
return vformat("%s (build %d)", windows_string, (int64_t)fow.dwBuildNumber);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user