diff --git a/src/Views/Repository.axaml b/src/Views/Repository.axaml index a18f8b3c..feb3881a 100644 --- a/src/Views/Repository.axaml +++ b/src/Views/Repository.axaml @@ -231,7 +231,7 @@ - + @@ -245,7 +245,8 @@ ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Auto" ContextRequested="OnLocalBranchContextMenuRequested" - SelectionChanged="OnLocalBranchTreeSelectionChanged"> + SelectionChanged="OnLocalBranchTreeSelectionChanged" + PropertyChanged="OnLeftSidebarTreeViewPropertyChanged">