This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/GitHub.VisualStudio/UI/Views Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 358358 <te : SectionControl Name =" changesSection"
359359 Grid.Column=" 2" Grid.Row=" 3"
360360 IsExpanded =" True"
361- HeaderText =" {Binding ChangedFilesCount , StringFormat=Changes ({0})}"
361+ HeaderText =" {Binding ChangedFilesList.Count , StringFormat=Changes ({0})}"
362362 Margin =" 0 5 10 0"
363363 ContextMenuService.IsEnabled=" False" >
364364 <te : SectionControl .ContextMenu>
365365 <ContextMenu >
366- <MenuItem Command =" {Binding ToggleOpenChangedFileAction}" >
366+ <MenuItem Command =" {Binding ToggleOpenChangedFileAction}" Visibility = " Collapsed " >
367367 <MenuItem .Style>
368368 <Style TargetType =" MenuItem" >
369369 <Style .Triggers>
377377 </Style >
378378 </MenuItem .Style>
379379 </MenuItem >
380- <Separator />
380+ <Separator Visibility = " Collapsed " />
381381 <MenuItem Command =" {Binding ToggleChangedFilesView}" >
382382 <MenuItem .Style>
383383 <Style TargetType =" MenuItem" >
384384 <Style .Triggers>
385- <DataTrigger Binding =" {Binding ChangedFilesView }" Value =" TreeView" >
385+ <DataTrigger Binding =" {Binding ChangedFilesViewType }" Value =" TreeView" >
386386 <Setter Property =" Header" Value =" Switch to List View" />
387387 </DataTrigger >
388- <DataTrigger Binding =" {Binding ChangedFilesView }" Value =" ListView" >
388+ <DataTrigger Binding =" {Binding ChangedFilesViewType }" Value =" ListView" >
389389 <Setter Property =" Header" Value =" Switch to Tree View" />
390390 </DataTrigger >
391391 </Style .Triggers>
You can’t perform that action at this time.
0 commit comments