Add icon to content window

This commit is contained in:
stefnotch
2021-02-21 12:58:45 +01:00
parent 1fb07a01d2
commit 22b798928a

View File

@@ -66,6 +66,7 @@ namespace FlaxEditor.Windows
: base(editor, true, ScrollBars.None)
{
Title = "Content";
Icon = editor.Icons.Folder64;
// Content database events
editor.ContentDatabase.WorkspaceModified += () => _isWorkspaceDirty = true;