We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c76709 commit 1fce5d3Copy full SHA for 1fce5d3
Bloxstrap/Installer.cs
@@ -9,7 +9,7 @@ internal class Installer
9
/// Should this version automatically open the release notes page?
10
/// Recommended for major updates only.
11
/// </summary>
12
- private const bool OpenReleaseNotes = true;
+ private const bool OpenReleaseNotes = false;
13
14
private static string DesktopShortcut => Path.Combine(Paths.Desktop, $"{App.ProjectName}.lnk");
15
0 commit comments