Toplu indirme ve Eklenti Güncellemesi
This commit is contained in:
@@ -5,8 +5,20 @@
|
||||
<StatusBar>
|
||||
<StatusBarItem>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="Aktif: " FontWeight="SemiBold"/>
|
||||
<TextBlock Text="{Binding ActiveCount}"/>
|
||||
<TextBlock Text="Listedeki Toplam: " FontWeight="SemiBold"/>
|
||||
<TextBlock Text="{Binding TotalCount}" Margin="0,0,10,0"/>
|
||||
|
||||
<TextBlock Text="Tamamlanan: " Foreground="Green" FontWeight="SemiBold"/>
|
||||
<TextBlock Text="{Binding CompletedCount}" Margin="0,0,10,0"/>
|
||||
|
||||
<TextBlock Text="Aktif: " Foreground="Blue" FontWeight="SemiBold"/>
|
||||
<TextBlock Text="{Binding ActiveCount}" Margin="0,0,10,0"/>
|
||||
|
||||
<TextBlock Text="Duraklatıldı: " Foreground="Orange" FontWeight="SemiBold"/>
|
||||
<TextBlock Text="{Binding PausedCount}" Margin="0,0,10,0"/>
|
||||
|
||||
<TextBlock Text="Hata: " Foreground="Red" FontWeight="SemiBold"/>
|
||||
<TextBlock Text="{Binding ErrorCount}"/>
|
||||
</StackPanel>
|
||||
</StatusBarItem>
|
||||
<Separator/>
|
||||
|
||||
Reference in New Issue
Block a user