mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-13 02:10:44 -05:00
Merge pull request 'fix-display-of-mods' (!39) from Krinkels/Launcher:fix-display-of-mods into 3.8.0
Reviewed-on: SPT-AKI/Launcher#39
This commit is contained in:
commit
1599cd4771
@ -25,9 +25,9 @@
|
|||||||
<!-- Active mods count and text -->
|
<!-- Active mods count and text -->
|
||||||
<Label VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="16">
|
<Label VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="16">
|
||||||
<Label.Content>
|
<Label.Content>
|
||||||
<MultiBinding StringFormat="{}{0} {1}">
|
<MultiBinding StringFormat="{}{0}: {1}">
|
||||||
<Binding Path="ModsCollection.ActiveMods.Count"/>
|
|
||||||
<Binding Source="{x:Static helpers:LocalizationProvider.Instance}" Path="active_server_mods"/>
|
<Binding Source="{x:Static helpers:LocalizationProvider.Instance}" Path="active_server_mods"/>
|
||||||
|
<Binding Path="ModsCollection.ActiveMods.Count"/>
|
||||||
</MultiBinding>
|
</MultiBinding>
|
||||||
</Label.Content>
|
</Label.Content>
|
||||||
</Label>
|
</Label>
|
||||||
@ -68,9 +68,9 @@
|
|||||||
<!-- Inactive mods count and text -->
|
<!-- Inactive mods count and text -->
|
||||||
<Label VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="16">
|
<Label VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="16">
|
||||||
<Label.Content>
|
<Label.Content>
|
||||||
<MultiBinding StringFormat="{}{0} {1}">
|
<MultiBinding StringFormat="{}{0}: {1}">
|
||||||
<Binding Path="ModsCollection.InactiveMods.Count"/>
|
|
||||||
<Binding Source="{x:Static helpers:LocalizationProvider.Instance}" Path="inactive_server_mods"/>
|
<Binding Source="{x:Static helpers:LocalizationProvider.Instance}" Path="inactive_server_mods"/>
|
||||||
|
<Binding Path="ModsCollection.InactiveMods.Count"/>
|
||||||
</MultiBinding>
|
</MultiBinding>
|
||||||
</Label.Content>
|
</Label.Content>
|
||||||
</Label>
|
</Label>
|
||||||
|
@ -77,9 +77,9 @@
|
|||||||
<!-- server mods count text -->
|
<!-- server mods count text -->
|
||||||
<Label Grid.Row="1" Grid.Column="1">
|
<Label Grid.Row="1" Grid.Column="1">
|
||||||
<Label.Content>
|
<Label.Content>
|
||||||
<MultiBinding StringFormat="{}{0} {1}">
|
<MultiBinding StringFormat="{}{0}: {1}">
|
||||||
<Binding Path="ModInfoCollection.ActiveMods.Count"/>
|
|
||||||
<Binding Source="{x:Static helpers:LocalizationProvider.Instance}" Path="active_server_mods"/>
|
<Binding Source="{x:Static helpers:LocalizationProvider.Instance}" Path="active_server_mods"/>
|
||||||
|
<Binding Path="ModInfoCollection.ActiveMods.Count"/>
|
||||||
</MultiBinding>
|
</MultiBinding>
|
||||||
</Label.Content>
|
</Label.Content>
|
||||||
</Label>
|
</Label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user