Skip to content

Commit 486aa87

Browse files
committed
Changed from name to label property for sitemaps in main menu (#170)
Signed-off-by: Christoph Hofmann <[email protected]>
1 parent e571605 commit 486aa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenHAB.Windows/View/MainPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
VerticalAlignment="Center"
6666
Foreground="{StaticResource OpenHABMenuColor}"
6767
Style="{StaticResource FlyoutPickerTitleTextBlockStyle}"
68-
Text="{x:Bind Name, Mode=OneWay}"
68+
Text="{x:Bind Label, Mode=OneWay}"
6969
TextWrapping="Wrap" />
7070
</StackPanel>
7171
</DataTemplate>

0 commit comments

Comments
 (0)