Skip to content

Commit 48bb4bc

Browse files
authored
Fixed PayPal link (#2077)
1 parent 9a2b390 commit 48bb4bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Files/Views/SettingsPages/About.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ private async void FeedbackListView_Tapped(object sender, Windows.UI.Xaml.Input.
3131
{
3232
await Launcher.LaunchUriAsync(new Uri(@"https://github.com/files-community/files-uwp/graphs/contributors"));
3333
}
34+
else if (FeedbackListView.SelectedIndex == 3)
35+
{
36+
await Launcher.LaunchUriAsync(new Uri(@"https://paypal.me/yaichenbaum"));
37+
}
3438

3539
(FeedbackListView.Items[FeedbackListView.SelectedIndex] as ListViewItem).IsSelected = false;
3640
}

0 commit comments

Comments
 (0)