mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-01 18:13:05 -06:00
Show export progress in taskbar
This commit is contained in:
parent
7b614ed448
commit
e665356890
|
|
@ -19,6 +19,9 @@
|
|||
Style="{DynamicResource MaterialDesignRoot}"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
mc:Ignorable="d">
|
||||
<Window.TaskbarItemInfo>
|
||||
<TaskbarItemInfo ProgressState="Normal" ProgressValue="{Binding ProgressManager.Progress}" />
|
||||
</Window.TaskbarItemInfo>
|
||||
<materialDesign:DialogHost SnackbarMessageQueue="{Binding Notifications}" Style="{DynamicResource MaterialDesignEmbeddedDialogHost}">
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
|
|
|
|||
Loading…
Reference in a new issue