Merge branch 'main' into prerelease

# Conflicts:
#	Application/FeedCenter.csproj
#	Application/Properties/Resources.resx
This commit is contained in:
2025-09-25 12:53:39 -04:00
11 changed files with 40 additions and 6 deletions

View File

@@ -213,7 +213,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;