Loading refactor, SizeContainer&SmbServer delete

This commit is contained in:
2022-02-23 23:49:22 +01:00
parent cef8e5de18
commit c8748644d2
16 changed files with 105 additions and 68 deletions

View File

@@ -276,7 +276,7 @@
Fill="{DynamicResource ContentSeparatorBrush}" />
<Grid Grid.Column="2" RowDefinitions="Auto,*">
<Grid IsVisible="{Binding AppState.SelectedTab.CurrentLocation.LazyLoading}">
<Grid IsVisible="{Binding AppState.SelectedTab.CurrentLocation.Loading}">
<Image Width="40" Height="40" Source="{SvgImage /Assets/loading.svg}" Classes="LoadingAnimation"/>
</Grid>
<ListBox