mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-25 20:34: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"
|
<CheckBox Grid.Column="0"
|
||||||
Content="Show only my locks"
|
Content="Show only my locks"
|
||||||
IsChecked="{Binding ShowOnlyMyLocks}"
|
IsChecked="{Binding ShowOnlyMyLocks}"
|
||||||
|
IsEnabled="{Binding !IsLoading}"
|
||||||
VerticalAlignment="Center" />
|
VerticalAlignment="Center" />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue