More adjustment for content finder visibility

This commit is contained in:
Wojtek Figat
2022-05-04 18:37:26 +02:00
parent 7303377358
commit ae63508049
3 changed files with 19 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ namespace FlaxEditor.Modules
/// <summary>
/// The content finding context menu.
/// </summary>
public ContentFinder Finder => _finder ?? (_finder = new ContentFinder());
internal ContentFinder Finder => _finder ?? (_finder = new ContentFinder());
/// <summary>
/// Initializes a new instance of the <see cref="ContentFindingModule"/> class.