Remove ability to delete content and source folders. Limit CM options on those folders only to ones that make sense.

This commit is contained in:
Chandler Cox
2023-11-21 12:03:01 -06:00
parent 98012eb192
commit 317886e893
3 changed files with 24 additions and 6 deletions

View File

@@ -12,6 +12,9 @@ namespace FlaxEditor.Content
{
private FileSystemWatcher _watcher;
/// <inheritdoc />
protected override bool _canDelete => false;
/// <summary>
/// Initializes a new instance of the <see cref="MainContentTreeNode"/> class.
/// </summary>