mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-19 09:35:37 -05:00
Add prerelease option
This commit is contained in:
@@ -34,6 +34,6 @@ public partial class MainWindow
|
||||
|
||||
private void HandleNewVersionLinkClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
UpdateCheck.DisplayUpdateInformation(true);
|
||||
UpdateCheck.DisplayUpdateInformation(true, Settings.Default.IncludePrerelease);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user