mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-18 21:31:49 +00:00
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:
@@ -58,6 +58,8 @@ public partial class HyperLink : UserControl
|
||||
Command.Execute(CommandParameter);
|
||||
}
|
||||
else if (!string.IsNullOrWhiteSpace(Url))
|
||||
{
|
||||
Process.StartShellExecute(Url);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user