remove search query highlights showing on create new script item

This commit is contained in:
Saas
2025-09-16 22:06:49 +02:00
parent c124713e99
commit eea44ac897
2 changed files with 7 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
{
ScriptName = scriptName;
TooltipText = "Create a new script";
DrawHighlights = false;
}
}