mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +00:00
Icones GTK
This commit is contained in:
parent
b3a7e0df23
commit
a2cb2dbcda
5 changed files with 3 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 601 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 558 B |
Binary file not shown.
|
Before Width: | Height: | Size: 889 B After Width: | Height: | Size: 343 B |
|
|
@ -51,7 +51,7 @@ namespace AideDeJeu.ViewModels
|
|||
{
|
||||
List<SearchedItem> primaryItems = new List<SearchedItem>();
|
||||
List<SearchedItem> secondaryItems = new List<SearchedItem>();
|
||||
var cleanSearchText = Tools.Helpers.RemoveDiacritics(searchText).ToLower();
|
||||
var cleanSearchText = Tools.Helpers.RemoveDiacritics(searchText ?? string.Empty).ToLower();
|
||||
foreach (var item in Store._AllItems)
|
||||
{
|
||||
var name = item.Value.Name;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
xmlns:tools="clr-namespace:AideDeJeu.Tools"
|
||||
x:Class="AideDeJeu.Views.BookmarksPage"
|
||||
x:Name="This"
|
||||
Title="Favoris">
|
||||
Title="Favoris"
|
||||
Icon="stars_stack.png">
|
||||
<ContentPage.Resources>
|
||||
<ResourceDictionary>
|
||||
<tools:IntToBooleanConverter x:Key="IntToBooleanConverter" NonZeroValue="False" NullOrZeroValue="True" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue