muffin v7.4
This commit is contained in:
parent
8a7847ff37
commit
a4175abacd
54 changed files with 95984 additions and 123967 deletions
|
|
@ -59,7 +59,7 @@ internal static class SendNotification
|
|||
}
|
||||
}
|
||||
|
||||
internal sealed class Executor(NotificationMasterIpc notificationMasterIpc, IChatGui chatGui, Configuration configuration) : TaskExecutor<Task>()
|
||||
internal sealed class Executor(IChatGui chatGui, Configuration configuration) : TaskExecutor<Task>()
|
||||
{
|
||||
protected override bool Start()
|
||||
{
|
||||
|
|
@ -142,7 +142,6 @@ internal static class SendNotification
|
|||
XivChatEntry chat = xivChatEntry;
|
||||
chatGui.Print(chat);
|
||||
}
|
||||
notificationMasterIpc.Notify(text2);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue