mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Update mRemoteNG/UI/Forms/FrmAbout.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user