Add current .NET version to the main window tooltip

This commit is contained in:
2026-09-18 12:55:28 +02:00
parent 7a6190944c
commit 151f573040
+1
View File
@@ -835,6 +835,7 @@ namespace FlaxEditor.Modules
tooltip.Append($" ({engineNickname})");
// Build info
tooltip.AppendLine(System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription);
#if USE_LARGE_WORLDS
tooltip.AppendLine("Large Worlds Enabled");
#endif