This commit is contained in:
Frank Skare
2019-03-27 02:35:46 +01:00
parent f7b908a5c4
commit 12f1d70969
6 changed files with 10 additions and 3 deletions

View File

@@ -214,5 +214,10 @@ namespace mpvSettingsEditor
{
Process.Start("https://mpv.io/manual/master/");
}
private void SupportTextBlock_MouseUp(object sender, MouseButtonEventArgs e)
{
Process.Start("https://github.com/stax76/mpv.net#Support");
}
}
}