mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix bindings in device info panel.
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
<TextBlock Text="Densities supported by device:" />
|
||||
<TextBox Text="{Binding Densities}" IsReadOnly="True" />
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Vertical" IsVisible="{Binding !!{Binding MediumTypes}}">
|
||||
<StackPanel Orientation="Vertical" IsVisible="{Binding !!MediumTypes}">
|
||||
<TextBlock Text="Medium types supported by device:" />
|
||||
<TextBox Text="{Binding MediumTypes}" IsReadOnly="True" />
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user