mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 00:21:33 -07:00
toggle OpenReleaseNotes
This commit is contained in:
parent
f0eb2eb745
commit
d0f1b9de22
@ -9,7 +9,7 @@ namespace Bloxstrap
|
|||||||
/// Should this version automatically open the release notes page?
|
/// Should this version automatically open the release notes page?
|
||||||
/// Recommended for major updates only.
|
/// Recommended for major updates only.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const bool OpenReleaseNotes = false;
|
private const bool OpenReleaseNotes = true;
|
||||||
|
|
||||||
private static string DesktopShortcut => Path.Combine(Paths.Desktop, $"{App.ProjectName}.lnk");
|
private static string DesktopShortcut => Path.Combine(Paths.Desktop, $"{App.ProjectName}.lnk");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user