mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-09 09:42:36 -05:00
Add prerelease option
This commit is contained in:
@@ -178,7 +178,7 @@ public partial class MainWindow
|
||||
if (DateTime.Now - Settings.Default.LastVersionCheck >= Settings.Default.VersionCheckInterval)
|
||||
{
|
||||
// Get the update information
|
||||
UpdateCheck.CheckForUpdate().Wait();
|
||||
UpdateCheck.CheckForUpdate(Settings.Default.IncludePrerelease).Wait();
|
||||
|
||||
// Update the last check time
|
||||
Settings.Default.LastVersionCheck = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user