From 902776cfca01ea69f977e5cc0b966ad5d8d067bc Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Wed, 14 Apr 2021 21:20:56 +0200 Subject: [PATCH] fix: don't warrant changelog --- Dalamud/Interface/DalamudChangelogWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/DalamudChangelogWindow.cs b/Dalamud/Interface/DalamudChangelogWindow.cs index 9e854ed32..0069c33f4 100644 --- a/Dalamud/Interface/DalamudChangelogWindow.cs +++ b/Dalamud/Interface/DalamudChangelogWindow.cs @@ -12,7 +12,7 @@ namespace Dalamud.Interface { private readonly Dalamud dalamud; private string assemblyVersion = Util.AssemblyVersion; - public const bool WarrantsChangelog = true; + public const bool WarrantsChangelog = false; private const string ChangeLog = @"* Various behind-the-scenes changes to improve stability * Faster startup times