We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d0334 commit 9c53894Copy full SHA for 9c53894
src/Views/ViewLogs.axaml
@@ -96,6 +96,13 @@
96
</ListBox.ItemTemplate>
97
</ListBox>
98
99
+ <Path Grid.Column="0"
100
+ HorizontalAlignment="Center" VerticalAlignment="Center"
101
+ Width="48" Height="48"
102
+ Data="{StaticResource Icons.Empty}"
103
+ Fill="{DynamicResource Brush.FG2}"
104
+ IsVisible="{Binding Logs.Count, Converter={x:Static c:IntConverters.IsZero}}"/>
105
+
106
<Border Grid.Column="2"
107
BorderBrush="{DynamicResource Brush.Border2}"
108
BorderThickness="1"
0 commit comments