Respect Dalamud chat type setting in changelogs message (#2041)

This commit is contained in:
SlashNephy 2024-09-16 03:20:42 +09:00 committed by GitHub
parent 1f74293de4
commit 98f58b3f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -318,6 +318,7 @@ internal class PluginManager : IInternalDisposableService
new UIForegroundPayload(0),
new TextPayload("]"),
}),
Type = this.configuration.GeneralChatType,
});
foreach (var metadata in updateMetadata)