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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user