diff --git a/Source/Editor/Windows/ContentWindow.cs b/Source/Editor/Windows/ContentWindow.cs index 145c0d972..fd458f0aa 100644 --- a/Source/Editor/Windows/ContentWindow.cs +++ b/Source/Editor/Windows/ContentWindow.cs @@ -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;