Skip to content

Commit 1fce5d3

Browse files
Disable OpenReleaseNotes for 2.9.1
1 parent 0c76709 commit 1fce5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bloxstrap/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal class Installer
99
/// Should this version automatically open the release notes page?
1010
/// Recommended for major updates only.
1111
/// </summary>
12-
private const bool OpenReleaseNotes = true;
12+
private const bool OpenReleaseNotes = false;
1313

1414
private static string DesktopShortcut => Path.Combine(Paths.Desktop, $"{App.ProjectName}.lnk");
1515

0 commit comments

Comments
 (0)