|
206 | 206 | <Path Grid.Column="0" Width="11" Height="11" HorizontalAlignment="Left" Data="{StaticResource Icons.Local}" Fill="{DynamicResource Brush.FG2}"/>
|
207 | 207 | <TextBlock Grid.Column="1" Classes="group_header_label" Margin="0">
|
208 | 208 | <Run Text="{DynamicResource Text.Repository.LocalBranches}"/>
|
209 |
| - <Run Text="{Binding LocalBranchesCount, StringFormat='({0})'}"/> |
| 209 | + <Run Text="{Binding LocalBranchesCount, StringFormat='({0})', Mode=OneWay}"/> |
210 | 210 | </TextBlock>
|
211 | 211 | <Button Grid.Column="2"
|
212 | 212 | Classes="icon_button"
|
|
236 | 236 | <Path Grid.Column="0" Width="12" Height="12" HorizontalAlignment="Left" Data="{StaticResource Icons.Remotes}" Fill="{DynamicResource Brush.FG2}"/>
|
237 | 237 | <TextBlock Grid.Column="1" Classes="group_header_label" Margin="0">
|
238 | 238 | <Run Text="{DynamicResource Text.Repository.Remotes}"/>
|
239 |
| - <Run Text="{Binding Remotes, Converter={x:Static c:ListConverters.ToCount}}"/> |
| 239 | + <Run Text="{Binding Remotes, Converter={x:Static c:ListConverters.ToCount}, Mode=OneWay}"/> |
240 | 240 | </TextBlock>
|
241 | 241 | <Button Grid.Column="2"
|
242 | 242 | Classes="icon_button"
|
|
266 | 266 | <Path Grid.Column="0" Width="11" Height="11" Margin="2,1,0,0" HorizontalAlignment="Left" Data="{StaticResource Icons.Tags}" Fill="{DynamicResource Brush.FG2}"/>
|
267 | 267 | <TextBlock Grid.Column="1" Classes="group_header_label" Margin="0">
|
268 | 268 | <Run Text="{DynamicResource Text.Repository.Tags}"/>
|
269 |
| - <Run Text="{Binding Tags, Converter={x:Static c:ListConverters.ToCount}}"/> |
| 269 | + <Run Text="{Binding Tags, Converter={x:Static c:ListConverters.ToCount}, Mode=OneWay}"/> |
270 | 270 | </TextBlock>
|
271 | 271 | <ToggleButton Grid.Column="2"
|
272 | 272 | Classes="show_as_tree"
|
|
308 | 308 | <Path Grid.Column="0" Width="10" Height="10" Margin="2,0,0,0" HorizontalAlignment="Left" Data="{StaticResource Icons.Submodules}" Fill="{DynamicResource Brush.FG2}"/>
|
309 | 309 | <TextBlock Grid.Column="1" Classes="group_header_label" Margin="0">
|
310 | 310 | <Run Text="{DynamicResource Text.Repository.Submodules}"/>
|
311 |
| - <Run Text="{Binding Submodules, Converter={x:Static c:ListConverters.ToCount}}"/> |
| 311 | + <Run Text="{Binding Submodules, Converter={x:Static c:ListConverters.ToCount}, Mode=OneWay}"/> |
312 | 312 | </TextBlock>
|
313 | 313 | <ToggleButton Grid.Column="2"
|
314 | 314 | Classes="show_as_tree"
|
|
350 | 350 | <Path Grid.Column="0" Width="11" Height="11" Margin="1,0,0,0" HorizontalAlignment="Left" Data="{StaticResource Icons.Worktrees}" Fill="{DynamicResource Brush.FG2}"/>
|
351 | 351 | <TextBlock Grid.Column="1" Classes="group_header_label" Margin="0">
|
352 | 352 | <Run Text="{DynamicResource Text.Repository.Worktrees}"/>
|
353 |
| - <Run Text="{Binding Worktrees, Converter={x:Static c:ListConverters.ToCount}}"/> |
| 353 | + <Run Text="{Binding Worktrees, Converter={x:Static c:ListConverters.ToCount}, Mode=OneWay}"/> |
354 | 354 | </TextBlock>
|
355 | 355 | <Button Grid.Column="2"
|
356 | 356 | Classes="icon_button"
|
|
0 commit comments