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

Commit 17db3fd

Browse files
committed
Update XAML to show number of submodules to sync
1 parent a8ef148 commit 17db3fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestDetailView.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@
184184
ToolTipService.ShowOnDisabled="True"
185185
VerticalAlignment="Center"/>
186186
<!-- Sync submodules -->
187-
<ui:GitHubActionLink Content="[SyncSubmodules]"
187+
<TextBlock Text="{Binding UpdateState.SubmodulesToSync}" VerticalAlignment="Center"/>
188+
<ui:GitHubActionLink Content="Sync"
188189
Command="{Binding SyncSubmodules}"
189190
Margin="4 0"
190191
Visibility="{Binding UpdateState.SyncSubmodulesEnabled, FallbackValue=Collapsed, Converter={ui:BooleanToVisibilityConverter}}" />

0 commit comments

Comments
 (0)