asm & csm: add file size to WorldSaveRestoreWindow

This commit is contained in:
Lacoi 2023-08-02 16:25:31 +02:00
parent 957c18faf4
commit 0c18b60501
8 changed files with 90 additions and 5 deletions

View file

@ -43,6 +43,10 @@
</Style>
</DockPanel.Style>
<Grid DockPanel.Dock="Top" Background="Red" Visibility="{Binding CommonConfig.SteamAPIKey, Converter={StaticResource InvertStringNullOrEmptyToVisibilityConverter}}">
<TextBlock Text="{DynamicResource MainWindow_SteamWebApiKeyMissingLabel}" Margin="0,5,0,5" HorizontalAlignment="Center" Foreground="White"/>
</Grid>
<Grid DockPanel.Dock="Left">
<Grid.RowDefinitions>
<RowDefinition/>