fix: 扫描窗口不会出现的问题。
This commit is contained in:
@@ -51,6 +51,15 @@
|
||||
BorderThickness="1,0,0,0">
|
||||
<views:MetadataPanelView DataContext="{Binding MetadataPanelVM}"/>
|
||||
</Border>
|
||||
|
||||
<!-- 扫描进度遮罩 -->
|
||||
<Border Grid.ColumnSpan="5"
|
||||
IsVisible="{Binding ScanProgressVM.IsScanning}"
|
||||
Background="#80000000">
|
||||
<views:ScanProgressView DataContext="{Binding ScanProgressVM}"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"/>
|
||||
</Border>
|
||||
</Grid>
|
||||
|
||||
<!-- 底部播放栏 -->
|
||||
|
||||
Reference in New Issue
Block a user