mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-24 21:51:49 +01:00
[Api13] Update ChatLinkHandler functions (#2322)
* Update ChatLinkHandler functions - Move functions to IChatGui - Switch CommandId to type Guid and generate them automatically * Remove unused field
This commit is contained in:
parent
ecbb4053ce
commit
63e7cb25b5
8 changed files with 74 additions and 77 deletions
|
|
@ -119,8 +119,6 @@ internal partial class ChatHandlers : IServiceType
|
|||
if (string.IsNullOrEmpty(this.configuration.LastVersion) || !Util.AssemblyVersion.StartsWith(this.configuration.LastVersion))
|
||||
{
|
||||
var linkPayload = chatGui.AddChatLinkHandler(
|
||||
"dalamud",
|
||||
8459324,
|
||||
(_, _) => dalamudInterface.OpenPluginInstallerTo(PluginInstallerOpenKind.Changelogs));
|
||||
|
||||
var updateMessage = new SeStringBuilder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue