Add bulk message sending

This commit is contained in:
Infi
2024-08-25 23:35:57 +02:00
parent d0802a8d7a
commit bb3e1fd98b
4 changed files with 32 additions and 1 deletions
+3 -1
View File
@@ -159,7 +159,9 @@ public sealed class PayloadHandler {
return;
}
ImGui.Checkbox(Language.Context_ScreenshotMode, ref LogWindow.ScreenshotMode);
// ScreenshotMode changed, so we inform the webinterface about the new message format
if (ImGui.Checkbox(Language.Context_ScreenshotMode, ref LogWindow.ScreenshotMode))
LogWindow.Plugin.ServerCore.SendBulkMessageList();
if (ImGui.Selectable(Language.Context_HideChat))
LogWindow.UserHide();