v1.0.2: Fix bags and settings auto-opening on login
Debug Build and Test / Build against Latest Dalamud (push) Has been cancelled
Debug Build and Test / Build against Staging Dalamud (push) Has been cancelled

Made-with: Cursor
This commit is contained in:
2026-02-25 20:22:08 -05:00
parent 9e1e0970c9
commit 0d42a6a7dc
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup>
<Version>1.0.1.0</Version>
<Version>1.0.2.0</Version>
</PropertyGroup>
<PropertyGroup>
-3
View File
@@ -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)