From 4816048dcbd15f22e4487bd0ea6e827da2620dfb Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Mon, 24 Aug 2020 21:08:43 +0200 Subject: [PATCH] fix: don't warrant a changelog for this version --- 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 f3a91b792..6d87f8a1a 100644 --- a/Dalamud/Interface/DalamudChangelogWindow.cs +++ b/Dalamud/Interface/DalamudChangelogWindow.cs @@ -11,7 +11,7 @@ namespace Dalamud.Interface { private readonly Dalamud dalamud; private string assemblyVersion = Util.AssemblyVersion; - private const bool WarrantsChangelog = true; + private const bool WarrantsChangelog = false; private const string ChangeLog = @"* All plugin windows now hide together with the in-game UI when you toggle it. You can change this behaviour with /xlsettings under the ""Look&Feel"" tab.