disable ESC key and sound for migration window
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.22.0</Version>
|
<Version>1.22.1</Version>
|
||||||
<TargetFramework>net8.0-windows</TargetFramework>
|
<TargetFramework>net8.0-windows</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ using Dalamud.Interface.Internal;
|
|||||||
using Dalamud.Interface.Style;
|
using Dalamud.Interface.Style;
|
||||||
using Dalamud.Interface.Utility;
|
using Dalamud.Interface.Utility;
|
||||||
using Dalamud.Interface.Utility.Raii;
|
using Dalamud.Interface.Utility.Raii;
|
||||||
using Dalamud.Interface.Utility.Table;
|
|
||||||
using Dalamud.Interface.Windowing;
|
using Dalamud.Interface.Windowing;
|
||||||
using Dalamud.Memory;
|
using Dalamud.Memory;
|
||||||
using FFXIVClientStructs.FFXIV.Client.UI;
|
using FFXIVClientStructs.FFXIV.Client.UI;
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ internal class LegacyMessageImporterWindow : Window
|
|||||||
Flags = ImGuiWindowFlags.NoResize;
|
Flags = ImGuiWindowFlags.NoResize;
|
||||||
Size = new Vector2(500, 400);
|
Size = new Vector2(500, 400);
|
||||||
|
|
||||||
|
RespectCloseHotkey = false;
|
||||||
|
DisableWindowSounds = true;
|
||||||
|
|
||||||
_store = plugin.MessageManager.Store;
|
_store = plugin.MessageManager.Store;
|
||||||
Eligibility = LegacyMessageImporterEligibility.CheckEligibility();
|
Eligibility = LegacyMessageImporterEligibility.CheckEligibility();
|
||||||
LogAndNotify();
|
LogAndNotify();
|
||||||
|
|||||||
Reference in New Issue
Block a user