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

Commit 14f956c

Browse files
authored
Merge branch 'master' into fixes/883-experimental-builds
2 parents ae32e3f + 1cfd3d7 commit 14f956c

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)