Skip to content

Commit

Permalink
ability to read selected navbar items for now (#274).
Browse files Browse the repository at this point in the history
Still need a better solution to highlight the navbar entries, as the deafult is a little bit too difficult to
Spiritreader committed Oct 6, 2021
1 parent bb01427 commit 1e3c35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AutoDarkModeApp/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -139,9 +139,11 @@
<SolidColorBrush x:Key="NavigationViewTopPaneBackground" Color="Transparent"/>
<SolidColorBrush x:Key="NavigationViewDefaultPaneBackground" Color="Transparent"/>
<SolidColorBrush x:Key="NavigationViewExpandedPaneBackground" Color="Transparent" />
<!--
<SolidColorBrush x:Key="NavigationViewItemForegroundSelected" Color="{DynamicResource SystemAccentColor}"/>
<SolidColorBrush x:Key="NavigationViewItemForegroundSelectedPointerOver" Color="{DynamicResource SystemAccentColor}"/>
<SolidColorBrush x:Key="NavigationViewItemForegroundSelectedPressed" Color="{DynamicResource SystemAccentColor}"/>
-->
</ui:NavigationView.Resources>

</ui:NavigationView>

0 comments on commit 1e3c35d

Please sign in to comment.