Skip to content

Commit b6a5137

Browse files
committed
Removing feedback button
1 parent 5a6e0cc commit b6a5137

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

WinUIGallery/Controls/PageHeader.xaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -260,18 +260,6 @@
260260
</TeachingTip>
261261
</local:CopyButton.Resources>
262262
</local:CopyButton>
263-
<Button
264-
x:Name="FeedbackBtn"
265-
Height="32"
266-
Margin="0,0,4,0"
267-
AutomationProperties.Name="Send feedback"
268-
Click="OnFeedBackButtonClick"
269-
ToolTipService.ToolTip="Send feedback">
270-
<Button.Content>
271-
<FontIcon FontSize="16" Glyph="&#xED15;" />
272-
</Button.Content>
273-
</Button>
274-
<AppBarSeparator />
275263
<ToggleButton
276264
x:Name="FavoriteButton"
277265
Height="32"

WinUIGallery/Controls/PageHeader.xaml.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ private void OnCopyLink()
107107

108108
ProtocolActivationClipboardHelper.Copy(this.Item);
109109
}
110-
public async void OnFeedBackButtonClick(object sender, RoutedEventArgs e)
111-
{
112-
await Windows.System.Launcher.LaunchUriAsync(new Uri("https://github.com/microsoft/WinUI-Gallery/issues/new/choose"));
113-
}
114110

115111
private void UserControl_Loaded(object sender, RoutedEventArgs e)
116112
{

0 commit comments

Comments
 (0)