Changed Update code
This commit is contained in:
parent
df7a5045f9
commit
36f6d03a01
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ namespace WeeXnes.Views.Settings
|
||||||
GithubApiResponse apiResponseData = JsonConvert.DeserializeObject<GithubApiResponse>(downloadString);
|
GithubApiResponse apiResponseData = JsonConvert.DeserializeObject<GithubApiResponse>(downloadString);
|
||||||
if (apiResponseData.tag_name != Information.Version)
|
if (apiResponseData.tag_name != Information.Version)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Update blabla " + apiResponseData.tag_name);
|
|
||||||
Data.updateResponse = apiResponseData;
|
Data.updateResponse = apiResponseData;
|
||||||
DialogUpdate.Content = apiResponseData.tag_name + " is avaiable";
|
DialogUpdate.Content = apiResponseData.tag_name + " is avaiable";
|
||||||
DialogUpdate.Show();
|
DialogUpdate.Show();
|
||||||
|
|
Loading…
Add table
Reference in a new issue