Use dash lists in OutputPathTooltip; add curly braces to HyperLink else-if

Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-24 17:45:13 +00:00
parent 2efddb3b2c
commit 81fd5001b7
6 changed files with 57 additions and 55 deletions

View File

@@ -58,6 +58,8 @@ public partial class HyperLink : UserControl
Command.Execute(CommandParameter);
}
else if (!string.IsNullOrWhiteSpace(Url))
{
Process.StartShellExecute(Url);
}
}
}