mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Suppression popup
This commit is contained in:
parent
6e50be7934
commit
e6a68d4788
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>com.nioux.AideDeJeu</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.2</string>
|
||||
<string>1.0.3</string>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>XSAppIconAssets</key>
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ namespace AideDeJeu.ViewModels
|
|||
}
|
||||
else
|
||||
{
|
||||
await App.Current.MainPage.DisplayAlert("Lien invalide", s, "OK");
|
||||
//await App.Current.MainPage.DisplayAlert("Lien invalide", s, "OK");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue