mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: really respect WarrantsChangelog this time
This commit is contained in:
parent
635aed31d7
commit
cf9a52f633
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue