Open release notes on upgrade instead of invoking a Windows notification

This commit is contained in:
pizzaboxer 2024-06-29 23:26:37 +04:00
parent 2ddc5efbef
commit 0937a69a03
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -260,12 +260,7 @@ namespace Bloxstrap
if (isAutoUpgrade)
{
App.NotifyIcon?.ShowAlert(
string.Format(Resources.Strings.InstallChecker_Updated, currentVersionInfo.ProductVersion),
Resources.Strings.InstallChecker_SeeWhatsNew,
30,
(_, _) => Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/releases/tag/v{currentVersionInfo.ProductVersion}")
);
Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/wiki/Release-notes-for-Bloxstrap-v{currentVersionInfo.ProductVersion}");
}
else if (!App.LaunchSettings.IsQuiet)
{