mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Texte fr
This commit is contained in:
parent
c2e80a09d6
commit
e36b877502
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
||||||
{
|
{
|
||||||
if (blockLinks.Count > 1)
|
if (blockLinks.Count > 1)
|
||||||
{
|
{
|
||||||
var result = await Application.Current.MainPage.DisplayActionSheet("Open link", "Cancel", null, blockLinks.Select(x => x.Key).ToArray());
|
var result = await Application.Current.MainPage.DisplayActionSheet("Ouvrir le lien", "Annuler", null, blockLinks.Select(x => x.Key).ToArray());
|
||||||
var link = blockLinks.FirstOrDefault(x => x.Key == result);
|
var link = blockLinks.FirstOrDefault(x => x.Key == result);
|
||||||
NavigateToLink(link.Value);
|
NavigateToLink(link.Value);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue