mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-25 12:24:59 +00:00
Waits for the locks list to finish loading before making the checkbox clickable
This commit is contained in:
parent
c3c47f6161
commit
fca1957501
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
<CheckBox Grid.Column="0"
|
||||
Content="Show only my locks"
|
||||
IsChecked="{Binding ShowOnlyMyLocks}"
|
||||
IsEnabled="{Binding !IsLoading}"
|
||||
VerticalAlignment="Center" />
|
||||
</Grid>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue