fix: don't warrant a changelog for this version

This commit is contained in:
goat 2020-08-24 21:08:43 +02:00
parent 2d5a609783
commit 4816048dcb

View file

@ -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.