mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Merge pull request #38 from stuff-by-3-random-dudes/master
Adding missing change to dev from master
This commit is contained in:
commit
a451450d4f
1 changed files with 10 additions and 0 deletions
|
@ -504,6 +504,16 @@ namespace UWUVCI_AIO_WPF
|
|||
catch (Exception) { }
|
||||
cm.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
var cm = new Custom_Message("No Update Available", "This is currently the latest version.");
|
||||
try
|
||||
{
|
||||
cm.Owner = mw;
|
||||
}
|
||||
catch (Exception) { }
|
||||
cm.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue