Waits for the locks list to finish loading before making the checkbox clickable

This commit is contained in:
Mat 2024-09-23 16:54:26 +02:00
parent c3c47f6161
commit fca1957501

View file

@ -48,6 +48,7 @@
<CheckBox Grid.Column="0"
Content="Show only my locks"
IsChecked="{Binding ShowOnlyMyLocks}"
IsEnabled="{Binding !IsLoading}"
VerticalAlignment="Center" />
</Grid>