Namelist to navbar
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
</MenuItem.Icon>
|
||||
</MenuItem>
|
||||
<MenuItem Header="Namenliste"
|
||||
Template="{StaticResource Item_Template}">
|
||||
Template="{StaticResource Item_Template}"
|
||||
Command="{Binding NavigateNamelistCommand}">
|
||||
<MenuItem.Icon>
|
||||
<iconPacks:PackIconMaterial Kind="BadgeAccount"
|
||||
Height="20"
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</StackPanel>
|
||||
<Image Grid.Column="2"
|
||||
Grid.Row="2"
|
||||
Source="{Binding Logo}"
|
||||
Source="{Binding Logo, TargetNullValue={x:Null}}"
|
||||
Width="50"
|
||||
Height="50">
|
||||
<Image.Style>
|
||||
|
||||
Reference in New Issue
Block a user