mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
make changelog fades less obnoxious, open on title screen instead
This commit is contained in:
parent
d97890940e
commit
41e3803787
3 changed files with 59 additions and 10 deletions
|
|
@ -199,11 +199,6 @@ internal class ChatHandlers : IServiceType
|
|||
Type = XivChatType.Notice,
|
||||
});
|
||||
|
||||
if (ChangelogWindow.WarrantsChangelog())
|
||||
{
|
||||
dalamudInterface.OpenChangelogWindow();
|
||||
}
|
||||
|
||||
this.configuration.LastVersion = assemblyVersion;
|
||||
this.configuration.QueueSave();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue