fix: really respect WarrantsChangelog this time

This commit is contained in:
goat 2021-04-15 22:02:16 +02:00
parent 635aed31d7
commit cf9a52f633
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -211,7 +211,8 @@ namespace Dalamud.Game {
Type = XivChatType.Notice
});
this.dalamud.DalamudUi.OpenChangelog();
if (DalamudChangelogWindow.WarrantsChangelog)
this.dalamud.DalamudUi.OpenChangelog();
this.dalamud.Configuration.LastVersion = assemblyVersion;
this.dalamud.Configuration.Save();