Update demo/Ursa.Demo/Views/TitleBarRightContent.axaml.cs
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
This commit is contained in:
@@ -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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user