Skip to content

Commit

Permalink
About: added Sparkle mention
Browse files Browse the repository at this point in the history
  • Loading branch information
chucker committed Mar 17, 2022
1 parent 82c5fe7 commit 5c037e5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions AltNetworkUtility/About/AboutBoxPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@
Microcharts
</Label>

<Label>
<Label.GestureRecognizers>
<TapGestureRecognizer Command="{Binding OpenUrlCommand}"
CommandParameter="https://github.com/dotnet/reactive/" />
</Label.GestureRecognizers>
Rx.NET
</Label>

<Label>
<Label.GestureRecognizers>
<TapGestureRecognizer Command="{Binding OpenUrlCommand}"
Expand All @@ -107,9 +115,9 @@
<Label>
<Label.GestureRecognizers>
<TapGestureRecognizer Command="{Binding OpenUrlCommand}"
CommandParameter="https://github.com/dotnet/reactive/" />
CommandParameter="https://sparkle-project.org" />
</Label.GestureRecognizers>
Rx.NET
Sparkle
</Label>
</StackLayout>
</Grid>
Expand Down

0 comments on commit 5c037e5

Please sign in to comment.