Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1cfd3d7

Browse files
authored
Merge pull request #892 from github/fixes/clone-link-command
Added missing clone link command binding back in.
2 parents 7882113 + 28a8ec1 commit 1cfd3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/UI/Views/GitHubConnectContent.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
<DockPanel>
149149
<WrapPanel Orientation="Horizontal" Margin="6,0,0,6" DockPanel.Dock="Top">
150-
<Button Style="{StaticResource ActionLinkButton}" KeyboardNavigation.TabIndex="0" x:Name="cloneLink" Content="{x:Static prop:Resources.CloneLink}"
150+
<Button Style="{StaticResource ActionLinkButton}" KeyboardNavigation.TabIndex="0" x:Name="cloneLink" Command="{Binding Clone}" Content="{x:Static prop:Resources.CloneLink}"
151151
AutomationProperties.AutomationId="{x:Static automation:AutomationIDs.CloneHyperlink}"/>
152152
<Separator Margin="3,0,3,0" Style="{StaticResource VerticalSeparator}" />
153153
<Button Style="{StaticResource ActionLinkButton}" KeyboardNavigation.TabIndex="1" x:Name="createLink" Click="createLink_Click" Content="{x:Static prop:Resources.CreateLink}"

0 commit comments

Comments
 (0)