File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ="  " />
272- </Button .Content>
273- </Button >
274- <AppBarSeparator />
275263 <ToggleButton
276264 x : Name =" FavoriteButton"
277265 Height =" 32"
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments