|
|
@ -19,6 +19,9 @@
|
|
|
|
Style="{DynamicResource MaterialDesignRoot}"
|
|
|
|
Style="{DynamicResource MaterialDesignRoot}"
|
|
|
|
WindowStartupLocation="CenterScreen"
|
|
|
|
WindowStartupLocation="CenterScreen"
|
|
|
|
mc:Ignorable="d">
|
|
|
|
mc:Ignorable="d">
|
|
|
|
|
|
|
|
<Window.TaskbarItemInfo>
|
|
|
|
|
|
|
|
<TaskbarItemInfo ProgressState="Normal" ProgressValue="{Binding ProgressManager.Progress}" />
|
|
|
|
|
|
|
|
</Window.TaskbarItemInfo>
|
|
|
|
<materialDesign:DialogHost SnackbarMessageQueue="{Binding Notifications}" Style="{DynamicResource MaterialDesignEmbeddedDialogHost}">
|
|
|
|
<materialDesign:DialogHost SnackbarMessageQueue="{Binding Notifications}" Style="{DynamicResource MaterialDesignEmbeddedDialogHost}">
|
|
|
|
<Grid>
|
|
|
|
<Grid>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|