Updates to logging and v1.0.3 release.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
xmlns:vm="clr-namespace:BodyshopPartner.ViewModels"
|
||||
mc:Ignorable="d"
|
||||
Title="{x:Static p:Resources.Title_Main}"
|
||||
Height="489.819"
|
||||
Height="600"
|
||||
Width="800"
|
||||
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
|
||||
TextElement.FontWeight="Regular"
|
||||
@@ -28,6 +28,7 @@
|
||||
<Window.Resources>
|
||||
<util:OpenMainWindowCommand x:Key="OpenMainWindowCommand" />
|
||||
<util:MonitorStatusConverter x:Key="MonitorStatusConverter" />
|
||||
<util:BoolVisibilityConverter x:Key="BoolVisibilityConverter" />
|
||||
<Style TargetType="StackPanel">
|
||||
<Setter Property="Margin"
|
||||
Value="8" />
|
||||
@@ -152,7 +153,10 @@
|
||||
<Label DockPanel.Dock="Top"
|
||||
Margin="8"
|
||||
Content="{Binding AppVersion}" />
|
||||
|
||||
<StackPanel Visibility="{Binding UpdateAvailable, Converter={StaticResource BoolVisibilityConverter}}">
|
||||
<Button Content="Update" Command="{Binding InstallUpdatesCommand}" />
|
||||
<ProgressBar Margin="8" Value="{Binding UpdateProgress}"/>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user