disable ESC key and sound for migration window

This commit is contained in:
Infi
2024-04-23 04:20:17 +02:00
parent 8ab450aa3e
commit 6452f937b5
3 changed files with 4 additions and 2 deletions
@@ -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();