update: add LiveChart2 links to about page

This commit is contained in:
leo 2024-10-12 11:27:47 +08:00
parent ba307189e7
commit d9db7eb1d4
No known key found for this signature in database
5 changed files with 15 additions and 1 deletions

View file

@ -44,6 +44,12 @@ namespace SourceGit.Views
e.Handled = true;
}
private void OnVisitLiveCharts2(object _, PointerPressedEventArgs e)
{
Native.OS.OpenBrowser("https://livecharts.dev/");
e.Handled = true;
}
private void OnVisitSourceCode(object _, PointerPressedEventArgs e)
{
Native.OS.OpenBrowser("https://github.com/sourcegit-scm/sourcegit");