1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 07:26:09 +00:00

Bookmarks/search

This commit is contained in:
Yan Maniez 2019-09-29 00:09:12 +02:00
parent 28b4d60c80
commit 94ad113f1a

View file

@ -151,6 +151,12 @@
</ShellContent.ContentTemplate> </ShellContent.ContentTemplate>
</ShellContent> </ShellContent>
</ShellItem> </ShellItem>
<ShellItem Title="Favoris">
<ShellContent Title="Favoris" ContentTemplate="{DataTemplate library:BookmarksPage}" FlyoutIcon="stars_stack.png" />
</ShellItem>
<ShellItem Title="Recherche">
<ShellContent Title="Recherche" ContentTemplate="{DataTemplate library:DeepSearchPage}" FlyoutIcon="crystal_ball.png" />
</ShellItem>
<!--Command="{Binding ShellNavigateCommand}" <!--Command="{Binding ShellNavigateCommand}"
CommandParameter="//data/item?path=l5r_index_hd.md" CommandParameter="//data/item?path=l5r_index_hd.md"
/>--> />-->