mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: don't warrant a changelog for this version
This commit is contained in:
parent
2d5a609783
commit
4816048dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue