Restore taskbar
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user