mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
Add otf and ttf file warnings
This commit is contained in:
parent
63ffdf0493
commit
2275587735
|
|
@ -1 +1 @@
|
|||
Subproject commit d609d7adcfe05944d953077604337ce998668bae
|
||||
Subproject commit 8e6e2ce8e73b191d3ec4778998368c1ab46ea6cd
|
||||
|
|
@ -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":
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user