mirror of
https://github.com/4sval/FModel.git
synced 2026-04-18 23:57:42 -05:00
actual FModel 3.1.1.2
This commit is contained in:
parent
6c66243044
commit
545847d99a
|
|
@ -47,11 +47,12 @@ namespace FModel.Utils
|
|||
|
||||
if (dialogResult == MessageBoxResult.Yes)
|
||||
Process.Start(new ProcessStartInfo { FileName = args.ChangelogURL, UseShellExecute = true });
|
||||
if (dialogResult == MessageBoxResult.Cancel)
|
||||
{
|
||||
Properties.Settings.Default.SkipVersion = true;
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
// what i forgot: checking installed version to compare with saved version to skip
|
||||
//if (dialogResult == MessageBoxResult.Cancel)
|
||||
//{
|
||||
// Properties.Settings.Default.SkipVersion = true;
|
||||
// Properties.Settings.Default.Save();
|
||||
//}
|
||||
|
||||
if (dialogResult == MessageBoxResult.Yes || dialogResult == MessageBoxResult.OK)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user