Add icon to content window
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user