From 173b208eb16acb635331848d15617c1ca75aa262 Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Tue, 10 Feb 2026 21:10:12 +0000 Subject: [PATCH] Update mRemoteNG/UI/Forms/FrmAbout.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- mRemoteNG/UI/Forms/FrmAbout.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mRemoteNG/UI/Forms/FrmAbout.cs b/mRemoteNG/UI/Forms/FrmAbout.cs index d11220e8..a884c35e 100644 --- a/mRemoteNG/UI/Forms/FrmAbout.cs +++ b/mRemoteNG/UI/Forms/FrmAbout.cs @@ -143,7 +143,9 @@ namespace mRemoteNG.UI.Forms } catch { - // Unable to open URL - silently fail + // Unable to open URL - notify the user + Runtime.MessageCollector?.AddMessage(MessageClass.WarningMsg, + "Unable to open URL in browser. Please open manually: " + url, true); } } }