Update mRemoteNG/UI/Forms/FrmAbout.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dimitrij
2026-02-10 21:10:12 +00:00
committed by GitHub
parent 50de37c3a4
commit 173b208eb1

View File

@@ -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);
}
}
}