Window title is optional

This commit is contained in:
Gustas
2025-07-27 21:43:35 +03:00
committed by Matthias Mailänder
parent 32750700a4
commit 28a8f3a01f

View File

@@ -52,7 +52,8 @@ namespace OpenRA
public readonly string Version;
public readonly string Website;
public readonly string WebIcon32;
[FluentReference]
[FluentReference(optional: true)]
public readonly string WindowTitle;
public readonly bool Hidden;
#pragma warning restore IDE1006 // Naming Styles