mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
open external link
This commit is contained in:
7
VRCX.cs
7
VRCX.cs
@@ -78,9 +78,12 @@ namespace VRCX
|
||||
}
|
||||
}
|
||||
|
||||
public void OpenRepository()
|
||||
public void OpenLink(string url)
|
||||
{
|
||||
Process.Start("https://github.com/pypy-vrc/VRCX").Close();
|
||||
if (url.StartsWith("http://") || url.StartsWith("https://"))
|
||||
{
|
||||
Process.Start(url).Close();
|
||||
}
|
||||
}
|
||||
|
||||
public void ShowVRForm()
|
||||
|
||||
Reference in New Issue
Block a user