diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index 3089455..0264106 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -1,6 +1,6 @@ - 1.22.0 + 1.22.1 net8.0-windows enable enable diff --git a/ChatTwo/Ui/ChatLogWindow.cs b/ChatTwo/Ui/ChatLogWindow.cs index 16f31a9..f8c7c4a 100644 --- a/ChatTwo/Ui/ChatLogWindow.cs +++ b/ChatTwo/Ui/ChatLogWindow.cs @@ -16,7 +16,6 @@ using Dalamud.Interface.Internal; using Dalamud.Interface.Style; using Dalamud.Interface.Utility; using Dalamud.Interface.Utility.Raii; -using Dalamud.Interface.Utility.Table; using Dalamud.Interface.Windowing; using Dalamud.Memory; using FFXIVClientStructs.FFXIV.Client.UI; diff --git a/ChatTwo/Ui/LegacyMessageImporterWindow.cs b/ChatTwo/Ui/LegacyMessageImporterWindow.cs index 94e57ee..4cced57 100644 --- a/ChatTwo/Ui/LegacyMessageImporterWindow.cs +++ b/ChatTwo/Ui/LegacyMessageImporterWindow.cs @@ -25,6 +25,9 @@ internal class LegacyMessageImporterWindow : Window Flags = ImGuiWindowFlags.NoResize; Size = new Vector2(500, 400); + RespectCloseHotkey = false; + DisableWindowSounds = true; + _store = plugin.MessageManager.Store; Eligibility = LegacyMessageImporterEligibility.CheckEligibility(); LogAndNotify();