revert "showing in taskbar when pinned" since it cause window flashing

This commit is contained in:
Paddy Xu
2018-04-18 22:26:34 +03:00
parent 63e466e16d
commit 40263e766d

View File

@@ -16,7 +16,7 @@
BorderBrush="{DynamicResource CaptionBackground}"
Foreground="{DynamicResource WindowTextForeground}"
Background="{DynamicResource MainWindowBackground}"
ShowInTaskbar="{Binding ElementName=mainWindow, Path=Pinned}"
ShowInTaskbar="False"
Title="{Binding ElementName=titleAreaText, Path=Text}"
ShowActivated="False">
<Window.Resources>