From 153f289ab6685a036138220a35b32b4bfefc09b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Fri, 8 Dec 2023 17:42:08 +0100 Subject: [PATCH] Fixed missing navbar button highlight on Favorites page --- Gavilya/Components/NavBarComponent.xaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Gavilya/Components/NavBarComponent.xaml b/Gavilya/Components/NavBarComponent.xaml index 6e108c8..be49a92 100644 --- a/Gavilya/Components/NavBarComponent.xaml +++ b/Gavilya/Components/NavBarComponent.xaml @@ -86,7 +86,7 @@ FontFamily="..\Fonts\#FluentSystemIcons-Filled" FontSize="18" Foreground="{DynamicResource Foreground}" - IsChecked="{Binding IsFavorite}" + IsChecked="{Binding IsFavorites}" Style="{DynamicResource NavBarBtn}"> + Style="{DynamicResource NavBarBtn}"> - + @@ -306,8 +306,8 @@ - + - +