mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-10 21:21:06 +00:00
asm & csm: add file size to WorldSaveRestoreWindow
This commit is contained in:
parent
957c18faf4
commit
0c18b60501
8 changed files with 90 additions and 5 deletions
|
|
@ -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/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue