make changelog fades less obnoxious, open on title screen instead

This commit is contained in:
goat 2024-06-30 00:14:10 +02:00
parent d97890940e
commit 41e3803787
3 changed files with 59 additions and 10 deletions

View file

@ -199,11 +199,6 @@ internal class ChatHandlers : IServiceType
Type = XivChatType.Notice,
});
if (ChangelogWindow.WarrantsChangelog())
{
dalamudInterface.OpenChangelogWindow();
}
this.configuration.LastVersion = assemblyVersion;
this.configuration.QueueSave();
}