Remove not needed newline

This commit is contained in:
2026-08-04 20:06:22 +02:00
parent c16abad029
commit 0fc7bb723c
-1
View File
@@ -845,7 +845,6 @@ namespace FlaxEditor.Modules
if (!string.IsNullOrEmpty(driver))
tooltip.Append($" ({driver})");
#endif
tooltip.AppendLine();
WindowDecorations = new MainWindowDecorations(mainWindow, !Utilities.Utils.UseCustomWindowDecorations(true))
{