Update demo/Ursa.Demo/Views/TitleBarRightContent.axaml.cs

Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
This commit is contained in:
Dong Bin
2024-08-14 22:14:21 +08:00
committed by GitHub
parent 8c2aa378f4
commit cbde567ddc

View File

@@ -18,6 +18,6 @@ public partial class TitleBarRightContent : UserControl
var top = TopLevel.GetTopLevel(this); var top = TopLevel.GetTopLevel(this);
if (top is null) return; if (top is null) return;
var launcher = top.Launcher; var launcher = top.Launcher;
await launcher.LaunchUriAsync(new Uri("https://github.com/irihitech/Semi.Avalonia")); await launcher.LaunchUriAsync(new Uri("https://github.com/irihitech/Ursa.Avalonia"));
} }
} }