Allow content finder in game window during edit time

This commit is contained in:
Wojciech Figat
2022-08-01 11:38:41 +02:00
parent 20572c53af
commit 1d7e88635f

View File

@@ -326,7 +326,7 @@ namespace FlaxEditor.Windows
}
/// <inheritdoc />
protected override bool CanOpenContentFinder => false;
protected override bool CanOpenContentFinder => !Editor.IsPlayMode;
/// <inheritdoc />
protected override bool CanUseNavigation => false;