From 0d42a6a7dcc5a732ca0221c63885f19dced83636 Mon Sep 17 00:00:00 2001 From: Knack117 Date: Wed, 25 Feb 2026 20:22:08 -0500 Subject: [PATCH] v1.0.2: Fix bags and settings auto-opening on login Made-with: Cursor --- AetherBags/AetherBags.csproj | 2 +- AetherBags/Plugin.cs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/AetherBags/AetherBags.csproj b/AetherBags/AetherBags.csproj index 07b52b9..c03d643 100644 --- a/AetherBags/AetherBags.csproj +++ b/AetherBags/AetherBags.csproj @@ -1,6 +1,6 @@ - 1.0.1.0 + 1.0.2.0 diff --git a/AetherBags/Plugin.cs b/AetherBags/Plugin.cs index e44c922..244d050 100644 --- a/AetherBags/Plugin.cs +++ b/AetherBags/Plugin.cs @@ -106,9 +106,6 @@ public class Plugin : IDalamudPlugin System.Config = Util.LoadConfigOrDefault(); System.IPC.UpdateUnifiedCategorySupport(System.Config.General.UseUnifiedExternalCategories); System.LootedItemsTracker.Enable(); - - System.AddonInventoryWindow.DebugOpen(); - System.AddonConfigurationWindow.DebugOpen(); } private void OnLogout(int type, int code)