Restore taskbar

This commit is contained in:
Patrick Fic
2021-02-26 07:22:29 -08:00
parent 1a575884f4
commit 6b819ada41
3 changed files with 37 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
xmlns:properties="clr-namespace:BodyshopPartner.Properties"
xmlns:util="clr-namespace:BodyshopPartner.Utils"
xmlns:vm="clr-namespace:BodyshopPartner.ViewModels"
xmlns:tb="http://www.hardcodet.net/taskbar"
mc:Ignorable="d"
Title="{x:Static p:Resources.Title_Main}"
Height="600"
@@ -53,7 +54,7 @@
IsIndeterminate="{Binding IndeterminateLoading}"
Height="8" />
<!--<tb:TaskbarIcon DockPanel.Dock="Top"
<tb:TaskbarIcon DockPanel.Dock="Top"
IconSource="../favicon.ico"
DoubleClickCommand="{StaticResource OpenMainWindowCommand}"
PopupActivation="LeftClick"
@@ -105,7 +106,7 @@
Command="{Binding QuitCommand}" />
</ContextMenu>
</tb:TaskbarIcon.ContextMenu>
</tb:TaskbarIcon>-->
</tb:TaskbarIcon>
<StackPanel DockPanel.Dock="Right">