Add otf and ttf file warnings

This commit is contained in:
GMatrixGames 2021-08-12 14:11:04 -04:00
parent 63ffdf0493
commit 2275587735
No known key found for this signature in database
GPG Key ID: 2621164AAF16CEDF
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit d609d7adcfe05944d953077604337ce998668bae
Subproject commit 8e6e2ce8e73b191d3ec4778998368c1ab46ea6cd

View File

@ -519,6 +519,11 @@ namespace FModel.ViewModels
FLogger.AppendWarning();
FLogger.AppendText($"Export '{fileName}' and change its extension if you want it to be an installable font file", Constants.WHITE, true);
break;
case "otf":
case "ttf":
FLogger.AppendWarning();
FLogger.AppendText($"Export '{fileName}' if you want it to be an installable font file", Constants.WHITE, true);
break;
case "ushaderbytecode":
case "ushadercode":
{