Mark UWP platform as deprecated

This commit is contained in:
Wojtek Figat
2022-12-03 13:17:24 +01:00
parent 2b6e3cf993
commit b85d58db85
2 changed files with 3 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ namespace FlaxEditor.Windows
break;
case PlatformType.UWP:
name = "Windows Store";
layout.Label("UWP (Windows Store) platform has been deprecated and soon will be removed!", TextAlignment.Center).Label.TextColor = Color.Red;
break;
case PlatformType.Linux:
name = "Linux";