Revision 5d7b20e8 trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs | ||
---|---|---|
187 | 187 |
//Must delay opening the upgrade window |
188 | 188 |
//to avoid Windows Messages sent by the TaskbarIcon |
189 | 189 |
TaskEx.Delay(5000).ContinueWith(_=> |
190 |
Execute.OnUIThread(()=> _sparkle.StartLoop(true,true,Settings.UpdateCheckInterval)));
|
|
190 |
Execute.OnUIThread(()=> _sparkle.StartLoop(true,Settings.UpdateForceCheck,Settings.UpdateCheckInterval)));
|
|
191 | 191 |
|
192 | 192 |
|
193 | 193 |
StartMonitoring(); |
Also available in: Unified diff